Changeset 569


Ignore:
Timestamp:
11/12/08 00:57:30 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Rename TWikiFAQ to FrequentlyAskedQuestions

Location:
trunk
Files:
22 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/DBCachePlugin/data/TWiki/DBCachePlugin.txt

    r482 r569  
    280280Example: 
    281281 
    282 %<nop>DBRECURSE{"TWikiFAQ"}% lists all TWikiFAQs (with properly set topic parent) 
    283 %DBRECURSE{"TWikiFAQ"}% 
     282%<nop>DBRECURSE{"FrequentlyAskedQuestions"}% lists all FrequentlyAskedQuestions topics (with properly set topic parent) 
     283%DBRECURSE{"FrequentlyAskedQuestions"}% 
    284284 
    285285 
  • trunk/FormQueryPlugin/data/TWiki/FormQueryPlugin.txt

    r526 r569  
    283283*Write this:* 
    284284 
    285 =%<nop>FORMQUERY{name="q1" search="text=~'__Back to:__ <nop>TWikiFAQ'" web="TWiki"}%= %BR% 
     285=%<nop>FORMQUERY{name="q1" search="text=~'__Back to:__ <nop>FrequentlyAskedQuestions'" web="TWiki"}%= %BR% 
    286286=%<nop>SHOWQUERY{query="q1" header="TWiki FAQs:" format="   * $pattern(.*?FAQ\:[\n\r]*([^\n\r]+).*) [<nop>[$web.$topic][Answer...]]"}%= 
    287287 
    288288*To get this:* 
    289289 
    290 %FORMQUERY{name="q1" search="text=~'__Back to:__ TWikiFAQ'" web="TWiki"}% 
     290%FORMQUERY{name="q1" search="text=~'__Back to:__ FrequentlyAskedQuestions'" web="TWiki"}% 
    291291%SHOWQUERY{query="q1" header="TWiki FAQs:" format="   * $pattern(.*?FAQ\:[\n\r]*([^\n\r]+).*) [[$web.$topic][Answer...]]"}% 
    292292 
  • trunk/NatSkin/data/TWiki/MySideBarTemplate.txt

    r482 r569  
    2929   * [[%SYSTEMWEB%.TWikiReferenceManual][%MAKETEXT{"Reference Manual"}%]] 
    3030   * [[%SYSTEMWEB%.GoodStyle][%MAKETEXT{"Good Style"}%]]  
    31    * [[%SYSTEMWEB%.TWikiFAQ][%MAKETEXT{"FAQs"}%]]  
     31   * [[%SYSTEMWEB%.FrequentlyAskedQuestions][%MAKETEXT{"FAQs"}%]]  
    3232   * [[%SYSTEMWEB%.TWikiVariables][%MAKETEXT{"TWiki Variables"}%]]  
    3333   * [[%SYSTEMWEB%.TWikiForms][%MAKETEXT{"TWiki Forms"}%]]  
  • trunk/NatSkin/data/TWiki/WebLinks.txt

    r482 r569  
    66   * [[TWikiTutorial][Tutorial]] 
    77   * [[TWikiUsersGuide][Users Guide]] 
    8    * [[TWikiFAQ][FAQ]] 
     8   * [[FrequentlyAskedQuestions][FAQ]] 
    99   * [[Installed Plugins]] 
    1010   * [[TWikiReferenceManual][Reference Manual]] 
  • trunk/core/data/TWiki/AnApplicationWithWikiForm.txt

    r567 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1163619832" format="1.0" version="$Rev$"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44How can I create a simple [[TWikiForms][TWiki Form]] based application? 
     
    1616For more information follow the links... 
    1717 
    18 The following is the code source of TWikiFAQ: 
     18The following is the code source of FrequentlyAskedQuestions: 
    1919 
    2020<verbatim> 
     
    3333And the =SEARCH= function: 
    3434<verbatim> 
    35 %SEARCH{ "Back to\:__ TWikiFAQ" casesensitive="on" type="regex" nosearch="on" nototal="on"}% 
     35%SEARCH{ "Back to\:__ FrequentlyAskedQuestions" casesensitive="on" type="regex" nosearch="on" nototal="on"}% 
    3636</verbatim> 
    3737 
    3838 
    3939 
    40 __Back to:__ TWikiFAQ 
     40__Back to:__ FrequentlyAskedQuestions 
    4141 
    4242__Related Topics:__ UserDocumentationCategory 
  • trunk/core/data/TWiki/DeleteOrRenameATopic.txt

    r482 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 11170 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    1717Note for site administrators: To remove a topic permanently move it to the Trash web, then with file-level access, delete the =.txt= and =.txt,v= files manually from =/twiki/data/Trash=. 
    1818 
    19 __Back to:__ TWikiFAQ 
     19__Back to:__ FrequentlyAskedQuestions 
    2020 
    2121 
  • trunk/core/data/TWiki/DeleteOrRenameAnAttachment.txt

    r482 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 4516 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    1515Note for system administrators: To remove an attachment permanently move it to the Trash.<nop>TrashAttachment topic, then with file-level access, delete the file attachment and its =,v= repository file manually from =twiki/pub/Trash/TrashAttachment=. 
    1616 
    17 __Back to:__ TWikiFAQ 
     17__Back to:__ FrequentlyAskedQuestions 
    1818 
    1919 
  • trunk/core/data/TWiki/DownloadSources.txt

    r557 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 11170 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    99TWiki is distributed under the GnuGeneralPublicLicense. You can get the source from http://TWiki.org/download.html. 
    1010 
    11 __Back to:__ TWikiFAQ, AdminDocumentationCategory 
     11__Back to:__ FrequentlyAskedQuestions, AdminDocumentationCategory 
    1212 
    1313 
  • trunk/core/data/TWiki/EditDoesNotIncreaseTheRevision.txt

    r482 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1191273326" format="1.1" version="$Rev: 13602 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    1010revisions when you do several edit cycles in a row. Note that a new revision __is__ created if another person edits the same topic, regardless of the time. 
    1111 
    12 __Back to:__ TWikiFAQ 
     12__Back to:__ FrequentlyAskedQuestions 
    1313 
    1414 
  • trunk/core/data/TWiki/FaqTemplate.txt

    r567 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 4516 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    99 
    1010 
    11 __Back to:%NOP%__ TWikiFAQ 
     11__Back to:%NOP%__ FrequentlyAskedQuestions 
    1212 
    1313-- %WIKIUSERNAME% - %DATE% <br /> 
  • trunk/core/data/TWiki/FormattedSearch.txt

    r490 r569  
    109109*Write this:* 
    110110 
    111 =%<nop>SEARCH{ "__Back to\:__ <nop>TWikiFAQ" scope="text" type="regex" nosearch="on" nototal="on" header="TWiki FAQs:" format="   * $pattern(.*?FAQ\:[\n\r]*([^\n\r]+).*) [<nop>[$topic][Answer...]]" }%= 
    112  
    113 *To get this:* 
    114  
    115 %SEARCH{ "__Back to\:__ TWikiFAQ" scope="text" type="regex" nosearch="on" nototal="on" header="TWiki FAQs:" format="   * $pattern(.*?FAQ\:[\n\r]*([^\n\r]+).*) [[$topic][Answer...]]" }% 
     111=%<nop>SEARCH{ "__Back to\:__ <nop>FrequentlyAskedQuestions" scope="text" type="regex" nosearch="on" nototal="on" header="TWiki FAQs:" format="   * $pattern(.*?FAQ\:[\n\r]*([^\n\r]+).*) [<nop>[$topic][Answer...]]" }%= 
     112 
     113*To get this:* 
     114 
     115%SEARCH{ "__Back to\:__ FrequentlyAskedQuestions" scope="text" type="regex" nosearch="on" nototal="on" header="TWiki FAQs:" format="   * $pattern(.*?FAQ\:[\n\r]*([^\n\r]+).*) [[$topic][Answer...]]" }% 
    116116 
    117117 
  • trunk/core/data/TWiki/FrequentlyAskedQuestions.txt

    r567 r569  
    44This is a real FAQ, and also a demo of an easily implemented knowledge-base solution. To see how it's done, [[%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?raw=on][view the source of this topic]]. 
    55 
    6 %SEARCH{ "Back to\:__ TWikiFAQ" casesensitive="on" type="regex" nosearch="on" nototal="on" format="   * $pattern(.*---\+\+ FAQ:\s*([^\n]*).*) [[$topic][Answer]]"}% 
    7  
    8 __NOTE:__ The most recent version of this FAQ is at TWiki:TWiki/TWikiFAQ. 
     6%SEARCH{ "Back to\:__ FrequentlyAskedQuestions" casesensitive="on" type="regex" nosearch="on" nototal="on" format="   * $pattern(.*---\+\+ FAQ:\s*([^\n]*).*) [[$topic][Answer]]"}% 
    97 
    108---++ Submit a new FAQ 
  • trunk/core/data/TWiki/GnuGeneralPublicLicense.txt

    r557 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 11170 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    1313   * See the GNU General Public License for more details, published at http://www.gnu.org/copyleft/gpl.html 
    1414 
    15 __Back to:__ TWikiFAQ 
     15__Back to:__ FrequentlyAskedQuestions 
    1616 
    1717__Related Topics:__ UserDocumentationCategory 
  • trunk/core/data/TWiki/SearchDoesNotWork.txt

    r482 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 11170 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    99That is an indication that <nop>%WIKITOOLNAME% can't find the =egrep= and =fgrep= commands on your system. Check the ={RCS}EgrepCmd}= and ={RCS}{FgrepCmd}= settings in [[%SCRIPTURLPATH{"configure"}%][configure]]. 
    1010 
    11 __Back to:__ TWikiFAQ 
     11__Back to:__ FrequentlyAskedQuestions 
    1212 
    1313 
  • trunk/core/data/TWiki/SimultaneousEdits.txt

    r482 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 11170 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    1111TWiki will warn if you attempt to edit a topic that someone else is editing. It will also warn if a merge was required during a save. 
    1212 
    13 __Back to:__ TWikiFAQ 
     13__Back to:__ FrequentlyAskedQuestions 
    1414 
    1515 
  • trunk/core/data/TWiki/StartingPoints.txt

    r495 r569  
    99   * TWikiSite: Explains what a TWiki site is 
    1010   * WebChanges: Newest topic changes in the <nop>%WEB% web 
    11    * TWikiFAQ: Common questions about TWiki use 
     11   * FrequentlyAskedQuestions: Common questions about how to use the program 
    1212 
    1313   * GoodStyle: Things to consider when changing text 
  • trunk/core/data/TWiki/TWikiUsersGuide.txt

    r495 r569  
    2222      * TWikiGlossary: A simple glossary of TWiki terms 
    2323 
    24    * *TWiki Help FAQs* 
    25       * TWikiFAQ: The first things people ask about TWiki 
     24   * *Help FAQs* 
     25      * FrequentlyAskedQuestions: The first things people ask about TWiki 
    2626      * TextFormattingFAQ: Common how-to questions about posting in TWiki   
    2727      * Frequent users should also browse the full [[TWikiReferenceManual][Reference Manual]]! 
  • trunk/core/data/TWiki/WebHome.txt

    r482 r569  
    1717   * [[TWikiTutorial][Tutorial]] - 20 minutes TWiki tutorial 
    1818   * [[TWikiUsersGuide][User's Guide]] - documentation for TWiki users 
    19    * [[TWikiFAQ][Frequently Asked Questions]] - about TWiki 
     19   * [[FrequentlyAskedQuestions][Frequently Asked Questions]] - about TWiki 
    2020   * [[TWikiReferenceManual][Reference Manual]] - documentation for system administrators 
    2121   * [[AdminToolsCategory][Admin Tools]] - manage the TWiki site 
  • trunk/core/data/TWiki/WhatDoesTWikiStandFor.txt

    r490 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1160971176" format="1.0" version="$Rev: 8023 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    1111It was later discovered that Twiki is also the name of an AI robot that co-starred in the [[http://www.buck-rogers.com/][Buck Rogers]] movie and TV series from 1979. 
    1212 
    13 __Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, TWikiFAQ 
     13__Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, FrequentlyAskedQuestions 
    1414 
    15 __Back to:__ TWikiFAQ 
     15__Back to:__ FrequentlyAskedQuestions 
  • trunk/core/data/TWiki/WhatIsWikiWiki.txt

    r482 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 11170 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    99A set of pages of information that are open and free for anyone to edit as they wish. They are stored in a server and managed using some software. The system creates cross-reference hyperlinks between pages automatically. 
    1010 
    11 __Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, TWikiFAQ, WikiCulture, WabiSabi 
     11__Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, FrequentlyAskedQuestions, WikiCulture, WabiSabi 
    1212 
    13 __Back to:__ TWikiFAQ 
     13__Back to:__ FrequentlyAskedQuestions 
    1414 
    1515 
  • trunk/core/data/TWiki/WikiCulture.txt

    r482 r569  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 11170 $"}% 
    2 %META:TOPICPARENT{name="TWikiFAQ"}% 
     2%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    44 
     
    1919(quoted from _WhyWikiWorks_ at Ward's original Wiki system, the Portland Pattern Repository, Wiki:WhyWikiWorks) 
    2020 
    21 __Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, TWikiFAQ, WhatIsWikiWiki, WabiSabi, TWikiAccessControl 
     21__Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, FrequentlyAskedQuestions, WhatIsWikiWiki, WabiSabi, TWikiAccessControl 
    2222 
    23 __Back to:__ TWikiFAQ 
     23__Back to:__ FrequentlyAskedQuestions 
    2424 
    2525 
  • trunk/core/lib/TWiki/Contrib/core/MANIFEST

    r567 r569  
    119119data/TWiki/ForceNewRevision.txt 0644 
    120120data/TWiki/FormattedSearch.txt 0644 
     121data/TWiki/FrequentlyAskedQuestions.txt 0660 
    121122data/TWiki/GnuGeneralPublicLicense.txt 0644 
    122123data/TWiki/GoBox.txt 0644 
     
    158159data/TWiki/StaticMethod.txt 0644 
    159160data/TWiki/TWikiAccessControl.txt 0644 
    160 data/TWiki/TWikiFAQ.txt 0644 
    161161data/TWiki/TWikiForms.txt 0644 
    162162data/TWiki/TWikiGlossary.txt 0644 
  • trunk/core/tools/TWikiKernel/MANIFEST

    r567 r569  
    104104data/TWiki/ForceNewRevision.txt 0660 
    105105data/TWiki/FormattedSearch.txt 0660 
     106data/TWiki/FrequentlyAskedQuestions.txt 0660 
    106107data/TWiki/GnuGeneralPublicLicense.txt 0660 
    107108data/TWiki/GoBox.txt 0660 
     
    144145data/TWiki/TWiki.txt 0660 
    145146data/TWiki/TWikiAccessControl.txt 0660 
    146 data/TWiki/TWikiFAQ.txt 0660 
    147147data/TWiki/TWikiForms.txt 0660 
    148148data/TWiki/TWikiGlossary.txt 0660 
Note: See TracChangeset for help on using the changeset viewer.