X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=about.rst;h=0a95ff3145b21b863530d70aa4a3e0f82b85d50b;hb=81deb40a92a715b3ef8037535806b01d4fe2f5fa;hp=0cbd9d3a460b27fa303550f635628ff0ecb88246;hpb=4381288eeb792adb3672ef747013c02815fa760a;p=ibg.git diff --git a/about.rst b/about.rst index 0cbd9d3..0a95ff3 100644 --- a/about.rst +++ b/about.rst @@ -16,19 +16,16 @@ .. image:: /images/picT.png :align: left -.. raw:: latex - - \dropcap{t} - -ext adventures, otherwise known collectively as interactive fiction (IF), -were highly popular computer games during the 1980s. As technology evolved -they faded from the market, unable to compete with increasingly -sophisticated graphical games; however, IF was far from dead. The Internet -grew, and Usenet discussion forums offered a focal point for fans of the -genre. By developing IF programming tools and systems, organising contests -and writing tutorials and reviews, these enthusiasts have led a revival -responsible for many notable works, including some whose quality arguably -surpasses that of the best commercial titles of the 1980s. +|T|\ext adventures, otherwise known collectively as interactive fiction +(IF), were highly popular computer games during the 1980s. As +technology evolved they faded from the market, unable to compete with +increasingly sophisticated graphical games; however, IF was far from +dead. The Internet grew, and Usenet discussion forums offered a focal +point for fans of the genre. By developing IF programming tools and +systems, organising contests and writing tutorials and reviews, these +enthusiasts have led a revival responsible for many notable works, +including some whose quality arguably surpasses that of the best +commercial titles of the 1980s. .. Generated by autoindex .. index:: @@ -115,7 +112,11 @@ Inform statement: as meaning "display on the player's screen the arbitrary character or characters which are represented here by the placeholder *string*". -Examples might include:: +Examples might include: + +.. include:: /config/typethis.rst + +:: print "Hello world!"; print "Fourscore and seven years ago our fathers brought forth on @@ -123,14 +124,7 @@ Examples might include:: the people, by the people, for the people shall not perish from the earth."; -We place the "TYPE" symbol alongside game fragments which you can type in -as a part of our working examples. This differentiates them from other -code snippets whose only purpose is to illustrate some particular feature. - -.. todo:: - - The "TYPE" symbol doesn't really work here. Think of a better way to - indicate typed-in fragments. +.. include:: /config/typeinfo.rst Useful Internet resources =========================