diff options
Diffstat (limited to 'GNU')
-rw-r--r-- | GNU/CopyleftLicenses.mdwn | 55 | ||||
-rw-r--r-- | GNU/FreeDocumentationLicense.mdwn | 138 | ||||
-rw-r--r-- | GNU/GnuNames.mdwn | 8 | ||||
-rw-r--r-- | GNU/History.mdwn | 7 | ||||
-rw-r--r-- | GNU/RichardStallman.mdwn | 6 | ||||
-rw-r--r-- | GNU/SoftwareProjects.mdwn | 6 | ||||
-rw-r--r-- | GNU/TheGnuManifesto.mdwn | 5 | ||||
-rw-r--r-- | GNU/ToDo.mdwn | 6 | ||||
-rw-r--r-- | GNU/WebChanges.mdwn | 1 | ||||
-rw-r--r-- | GNU/WebDiscuss.mdwn | 19 | ||||
-rw-r--r-- | GNU/WebHome.mdwn | 67 | ||||
-rw-r--r-- | GNU/WebIndex.mdwn | 3 | ||||
-rw-r--r-- | GNU/WebNotify.mdwn | 9 | ||||
-rw-r--r-- | GNU/WebPreferences.mdwn | 60 | ||||
-rw-r--r-- | GNU/WebSearch.mdwn | 1 | ||||
-rw-r--r-- | GNU/WebStatistics.mdwn | 56 | ||||
-rw-r--r-- | GNU/WebTopicList.mdwn | 3 |
17 files changed, 450 insertions, 0 deletions
diff --git a/GNU/CopyleftLicenses.mdwn b/GNU/CopyleftLicenses.mdwn new file mode 100644 index 00000000..6b6d5c7c --- /dev/null +++ b/GNU/CopyleftLicenses.mdwn @@ -0,0 +1,55 @@ +## <a name="Table_of_Contents"> Table of Contents </a> + +%TOC% + +## <a name="What_Is_Copyleft_"> What Is Copyleft? </a> + +_Copyleft_ is a general method for making a program free software and requiring all modified and extended versions of the program to be free software as well. + +The simplest way to make a program free is to put it in the [public domain (18k characters)](http://www.gnu.org/philosophy/categories.html#PublicDomainSoftware), uncopyrighted. This allows people to share the program and their improvements, if they are so minded. But it also allows uncooperative people to convert the program into [proprietary software (18k characters)](http://www.gnu.org/philosophy/categories.html#ProprietarySoftware). They can make changes, many or few, and distribute the result as a proprietary product. People who receive the program in that modified form do not have the freedom that the original author gave them; the middleman has stripped it away. + +In [the GNU project](http://www.gnu.org/gnu/thegnuproject.html), our aim is to give all users the freedom to redistribute and change GNU software. If middlemen could strip off the freedom, we might have many users, but those users would not have freedom. So instead of putting GNU software in the public domain, we \`\`copyleft'' it. Copyleft says that anyone who redistributes the software, with or without changes, must pass along the freedom to further copy and change it. Copyleft guarantees that every user has freedom. + +Copyleft also provides an [incentive](http://www.gnu.org/philosophy/pragmatic.html) for other programmers to add to free software. Important free programs such as the GNU C++ compiler exist only because of this. + +Copyleft also helps programmers who want to [contribute improvements](http://www.gnu.org/projects/help-wanted.html) to [free software](http://www.gnu.org/philosophy/free-sw.html) get permission to do that. These programmers often work for companies or universities that would do almost anything to get more money. A programmer may want to contribute her changes to the community, but her employer may want to turn the changes into a proprietary software product. + +When we explain to the employer that it is illegal to distribute the improved version except as free software, the employer usually decides to release it as free software rather than throw it away. + +To copyleft a program, we first state that it is copyrighted; then we add distribution terms, which are a legal instrument that gives everyone the rights to use, modify, and redistribute the program's code or any program derived from it but only if the distribution terms are unchanged. Thus, the code and the freedoms become legally inseparable. + +Proprietary software developers use copyright to take away the users' freedom; we use copyright to guarantee their freedom. That's why we reverse the name, changing \`\`copyright'' into \`\`copyleft.'' + +Copyleft is a general concept; there are many ways to fill in the details. In the GNU Project, the specific distribution terms that we use are contained in [the GNU General Public License](http://www.gnu.org/copyleft/gpl.html) (available in HTML, [text](http://www.gnu.org/copyleft/gpl.txt), and [Texinfo](http://www.gnu.org/copyleft/gpl.texi) format). The GNU General Public License is often called the GNU GPL for short. There is also a [Frequently Asked Questions](http://www.gnu.org/copyleft/gpl-faq.html) page about the GNU GPL. You can also read about [why the FSF gets copyright assignments from contributors](http://www.gnu.org/copyleft/why-assign.html). + +An alternate form of copyleft, the [GNU Lesser General Public License (LGPL) (available in HTML](http://www.gnu.org/copyleft/lesser.html), [text](http://www.gnu.org/copyleft/lesser.txt), and [Texinfo](http://www.gnu.org/copyleft/lesser.texi) format), applies to a few (but not all) GNU libraries. This license was formerly called the Library GPL, but we changed the name, because the old name encouraged to use this license more often than it should be used. For an explanation of why this change was necessary, read the article _[Why you shouldn't use the Library GPL for your next library](http://www.gnu.org/philosophy/why-not-lgpl.html)_. + +The [GNU Library General Public License is still available in HTML](http://www.gnu.org/copyleft/library.html) and [text format](http://www.gnu.org/copyleft/library.txt) although it has been superseded by the Lesser GPL. + +The [GNU Free Documentation License (FDL) (available in HTML](http://www.gnu.org/copyleft/fdl.html), [text](http://www.gnu.org/copyleft/fdl.txt) and [Texinfo](http://www.gnu.org/copyleft/fdl.texi)) is a form of copyleft intended for use on a manual, textbook or other document to assure everyone the effective freedom to copy and redistribute it, with or without modifications, either commercially or noncommercially. + +The appropriate license is included in many manuals and in each GNU source code distribution. + +The GNU GPL is designed so that you can easily apply it to your own program if you are the copyright holder. You don't have to modify the GNU GPL to do this, just add notices to your program which refer properly to the GNU GPL. + +If you would like to copyleft your program with the GNU GPL or the GNU LGPL, please see the [GPL instructions](http://www.gnu.org/copyleft/gpl-howto.html) page for advice. Please note that you must use the entire text of the GPL, if you use it. It is an integral whole, and partial copies are not permitted. (Likewise for the LGPL.) + +Using the same distribution terms for many different programs makes it easy to copy code between various different programs. Since they all have the same distribution terms, there is no need to think about whether the terms are compatible. The Lesser GPL includes a provision that lets you alter the distribution terms to the ordinary GPL, so that you can copy code into another program covered by the GPL. + +If you would like to copyleft your manual with the GNU FDL, please see the [instructions at the end (21k characters)](http://www.gnu.org/copyleft/fdl.html#SEC4) of the FDL text, and the [GFDL instructions page](http://www.gnu.org/copyleft/fdl-howto.html). As with the GNU GPL, you must use the entire license; partial copies are not permitted. + +---- + +FSF & GNU inquiries & questions to <gnu@gnuNOSPAM.org>. Other [ways to contact](http://www.gnu.org/home.html#ContactInfo) the FSF. + +Comments on these web pages to <webmasters@www.gnuNOSPAM.org>, send other questions to <gnu@gnuNOSPAM.org>. + +Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA + +Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. + +---- + +## <a name="Comments"> Comments </a> + +This is a verbatim copy of <http://www.gnu.org/copyleft/copyleft.html><br /> -- [[Main/JoachimNilsson]] - 09 Nov 2002 diff --git a/GNU/FreeDocumentationLicense.mdwn b/GNU/FreeDocumentationLicense.mdwn new file mode 100644 index 00000000..139db058 --- /dev/null +++ b/GNU/FreeDocumentationLicense.mdwn @@ -0,0 +1,138 @@ +# <a name="GNU_Free_Documentation_License"> </a> GNU Free Documentation License + +%TOC% + +Version 1.1, March 2000 + + Copyright (C) 2000 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +# <a name="PREAMBLE"> </a> PREAMBLE + +The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. + +This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. + +We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. + +# <a name="APPLICABILITY_AND_DEFINITIONS"> </a> APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". + +A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. + +The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. + +The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. + +A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, [[LaTeX]] input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include [[PostScript]], PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only. + +The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. + +# <a name="VERBATIM_COPYING"> </a> VERBATIM COPYING + +You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and you may publicly display copies. + +# <a name="COPYING_IN_QUANTITY"> </a> COPYING IN QUANTITY + +If you publish printed copies of the Document numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. + +If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. + +It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. + +# <a name="MODIFICATIONS"> </a> MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: + +* **A.** Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. +* **B.** List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five). +* **C.** State on the Title page the name of the publisher of the Modified Version, as the publisher. +* **D.** Preserve all the copyright notices of the Document. +* **E.** Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. +* **F.** Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. +* **G.** Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. +* **H.** Include an unaltered copy of this License. +* **I.** Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. +* **J.** Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. +* **K.** In any section entitled "Acknowledgements" or "Dedications", preserve the section's title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. +* **L.** Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. +* **M.** Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version. +* **N.** Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section. + +If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. + +You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. + +You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. + +# <a name="COMBINING_DOCUMENTS"> </a> COMBINING DOCUMENTS + +You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice. + +The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements." + +# <a name="COLLECTIONS_OF_DOCUMENTS"> </a> COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. + +# <a name="AGGREGATION_WITH_INDEPENDENT_WOR"> </a> AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document's Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate. + +# <a name="TRANSLATION"> </a> TRANSLATION + +Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail. + +# <a name="TERMINATION"> </a> TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +# <a name="FUTURE_REVISIONS_OF_THIS_LICENSE"> </a> FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See <http://www.gnu.org/copyleft/>. + +Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. + +How to use this License for your documents + +To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts. + +If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. + +---- + +Topic settings + +This disallows editing by anyone not an administrator. + +* Set ALLOWTOPICCHANGE = [[Main/TWikiAdminGroup]] diff --git a/GNU/GnuNames.mdwn b/GNU/GnuNames.mdwn new file mode 100644 index 00000000..1d7c94eb --- /dev/null +++ b/GNU/GnuNames.mdwn @@ -0,0 +1,8 @@ +The GNU stands for GNU's Not Unix. It is a project as described [[WebHome]]. + +What can be confusing is the usage. GNU can stand for: + +* an entire system as envisioned in 1983. GNU/Hurd is a synonym. +* GNU components when used with the Linux kernel: GNU/Linux This term has been adopted by the [Debian project](http://www.debian.org) but is not recognized as widely as the FSF would like. + +-- [[Main/GrantBow]] - 03 Mar 2004 diff --git a/GNU/History.mdwn b/GNU/History.mdwn new file mode 100644 index 00000000..9e7f53b2 --- /dev/null +++ b/GNU/History.mdwn @@ -0,0 +1,7 @@ +The GNU project has a long history. For software projects, it is exceptionally long. For social movements it is quite short. Although, its history is incomplete, and is being made now (to which you could contribute). + +* [Announcement](http://www.gnu.org/gnu/initial-announcement.html): The original announcement made in 1983 by [[RichardStallman]]. +* [The GNU Project](http://www.gnu.org/gnu/gnu-history.html): A summary by [[RichardStallman]]. +* [History of the GNU Project](http://www.gnu.org/gnu/thegnuproject.html): About the GNU Project, by [[RichardStallman]]. + +Page started from links at [[WebHome]]. -- [[Main/AaronHawley]] - 17 Feb 2006 diff --git a/GNU/RichardStallman.mdwn b/GNU/RichardStallman.mdwn new file mode 100644 index 00000000..d6688850 --- /dev/null +++ b/GNU/RichardStallman.mdwn @@ -0,0 +1,6 @@ +Richard Stallman (or ''RMS'') is the found of the GNU project, the Free Software Foundation and author of numerous GNU software packages. More useful information about Richard is available from his Wikipedia entry or his personal Web site. + +* [Wikipedia: Richard Stallman](http://en.wikipedia.org/wiki/Richard_Stallman/): Entry at Wikipedia +* [Stallman dot org](http://www.stallman.org/): Personal Web site. + +Page started. This seems like the appropriate Wiki to have the page. -- [[Main/AaronHawley]] - 17 Feb 2006 diff --git a/GNU/SoftwareProjects.mdwn b/GNU/SoftwareProjects.mdwn new file mode 100644 index 00000000..54a92030 --- /dev/null +++ b/GNU/SoftwareProjects.mdwn @@ -0,0 +1,6 @@ +Some of the GNU software effects the Hurd development directly or indirectly. Here's a place for notes about these changes. The official sources are the GNU software [Directory](http://www.gnu.org/directory/) (sponsored by the UN!), [Projects](http://www.gnu.org/projects/), [Packaging](http://www.gnu.org/software/packaging/) and [savannah](http://savannah.gnu.org/) pages, but this page is for Hurd related notes about them. + +<dl> + <dt> GCC</dt> + <dd> deb packages of gcc-{3.2,3.3} are available for testing from <a href="http://people.debian.org/~mbanck/hurd-gcc-4.0/" target="_top">http://people.debian.org/~mbanck/hurd-gcc-4.0/</a> ./ </dd> +</dl> diff --git a/GNU/TheGnuManifesto.mdwn b/GNU/TheGnuManifesto.mdwn new file mode 100644 index 00000000..c2a3294f --- /dev/null +++ b/GNU/TheGnuManifesto.mdwn @@ -0,0 +1,5 @@ +Written early in the life of the GNU project, the GNU manifesto still influences the design of the GNU system. + +* [The GNU Manifesto](http://www.gnu.org/gnu/manifesto.html) + +Started page. -- [[Main/AaronHawley]] - 17 Feb 2006 diff --git a/GNU/ToDo.mdwn b/GNU/ToDo.mdwn new file mode 100644 index 00000000..e2dc2e89 --- /dev/null +++ b/GNU/ToDo.mdwn @@ -0,0 +1,6 @@ +There are varying things to be done for the operating system requiring a variety of effort, and skills. The following are todo lists with a focus on meeting needs for releasing the GNU system. + +* [Alfred Szmidt's todo list](http://lists.gnu.org/archive/html/gnu-system-discuss/2006-06/msg00056.html) - Post to gnu-system-discuss on 21 Jun 2006. +* [Hurd Task list](http://savannah.gnu.org/task/?group=hurd) - Maintained on the GNU Savannah list. + +Page started. -- [[Main/AaronHawley]] - 29 Jun 2006 diff --git a/GNU/WebChanges.mdwn b/GNU/WebChanges.mdwn new file mode 100644 index 00000000..de565147 --- /dev/null +++ b/GNU/WebChanges.mdwn @@ -0,0 +1 @@ +%INCLUDE\{"%TWIKIWEB%.WebChanges"\}% diff --git a/GNU/WebDiscuss.mdwn b/GNU/WebDiscuss.mdwn new file mode 100644 index 00000000..7a96803b --- /dev/null +++ b/GNU/WebDiscuss.mdwn @@ -0,0 +1,19 @@ +## <a name="GNU_Web_Meta_Discussion"> </a> GNU Web Meta Discussion + +Where did you get that logo? Maybe it's the color but it looks very elegant compared to <http://www.gnu.org> + +-- [[Main/GrantBow]] - 23 Oct 2002 + +I did it myself. Somewhat inspired by another GNU artwork, but completely hand made in the Gimp. + +I'm working on a cool Mach logo as well. Inspiration is the old Atari arcade game M.A.C.H. 3. :-) + +-- [[Main/JoachimNilsson]] - 29 Oct 2002 + +What do you feel about the new copyright notice at the bottom of this web? + +I'm afraid that I will have to add another page to the edit process to actually enforce this stuff. Perhaps I can combine the old Preview with this copyright assignment, what do you think? + +Oh, btw. It seems RMS is right. At least according to Swedish law (as far as I've checked) transfer/assignment of copyright can be made the way he describes. The user has to select a checkbox or press a button to accept the copyright assignment each time. But as long as that is done we don't have to have any other form of "legal contract" between the users and the FSF. + +-- [[Main/JoachimNilsson]] - 29 Oct 2002 diff --git a/GNU/WebHome.mdwn b/GNU/WebHome.mdwn new file mode 100644 index 00000000..2062dc58 --- /dev/null +++ b/GNU/WebHome.mdwn @@ -0,0 +1,67 @@ +## <a name="GNU_FSF_amp_RMS"> </a> GNU, FSF & RMS + +GNU stands for GNU's Not Unix. It is a project announced in 1983 by [[RichardStallman]] (RMS). The Free Software Foundation ([FSF](http://www.fsf.org/fsf/fsf.html)) was founded in 1985 to act as a parent organization for GNU and many other projects. GNU and some non-GNU projects are now hosted on the [Savannah](http://savannah.gnu.org) platform similar to SourceForge.net. + +<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> + <table> + <tr> + <td valign="top" width="65%"> + <p> + </p> + <dl> + <dt>[[History]]</dt> + <dd> Background information about the GNU Project. </dd> + <dt>[[GnuNames]]</dt> + <dd> A page describing the name GNU itself and it's usage. </dd> + <dt>[[TheGnuManifesto]]</dt> + <dd> A founding document that still influences the system's technical design and moral philosophy. </dd> + <dt>[[CopyleftLicenses]]</dt> + <dd> Information on the licenses used on GNU software, and on other free software licenses </dd> + <dt>[[FreeDocumentationLicense]]</dt> + <dd> A relatively new license used by the FSF to extend the copyright of documentation. </dd> + <dt> FAQ Link</dt> + <dd> What is the relation between <a href="http://www.gnu.org/software/hurd/faq.en.html#q1-2" target="_top">GNU and Hurd</a>? </dd> + <dt> Assisting</dt> + <dd> If you would like to help the GNU movement visit the official site at <a href="http://www.gnu.org" target="_top">http://www.gnu.org</a>. </dd> + <dt>[[SoftwareProjects]]</dt> + <dd> Information about other GNU projects. </dd> + <dt><a href="http://lists.gnu.org/mailman/listinfo/gnu-system-discuss" target="_top">gnu-system-discuss</a></dt> + <dd> Mailing list for discussion about the GNU system. </dd> + </dl> + <p> + </p> + <dl> + <dt>[[WebDiscuss]]</dt> + <dd> Meta discussion about how to make this section of the site better. </dd> + <dt>[[WebPreferences]]</dt> + <dd> administrative info. </dd> + </dl> + <p> + </p> + </td> + <td> + <p> + </p> + </td> + <td valign="top" width="35%"> + <p> + </p> + <table border="1" cellpadding="1" cellspacing="0"> + <tr> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> + <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> + </tr> + </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> + <p> Currently, Web refers to the GNU Web. </p> + <p> + </p> + <ul> + <li>[[WebIndex]] - alphabetical </li> + <li>[[WebChanges]] - by modification time </li> + <li>[[WebNotify]] - email alerts </li> + </ul> + </td> + </tr> + </table> +</form> diff --git a/GNU/WebIndex.mdwn b/GNU/WebIndex.mdwn new file mode 100644 index 00000000..0732324b --- /dev/null +++ b/GNU/WebIndex.mdwn @@ -0,0 +1,3 @@ +%SEARCH\{"\\.\*" scope="topic" regex="on" nosearch="on"\}% + +See also the faster [[WebTopicList]] diff --git a/GNU/WebNotify.mdwn b/GNU/WebNotify.mdwn new file mode 100644 index 00000000..7133f7ab --- /dev/null +++ b/GNU/WebNotify.mdwn @@ -0,0 +1,9 @@ +%NOTIFYTOPIC% is a subscription service to be automatically notified by email when topics change in the **%WIKITOOLNAME%.%WEB%** web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe to the service, please put yourself on the list below. The format is: `3 spaces * %MAINWEB%.yourWikiName - yourEmailAddress` + +* [[Main/AaronHawley]] - <ashawley@uvmNOSPAM.edu> +* [[Main/JoachimNilsson]] - <joachim@gnufansNOSPAM.org> +* [[Main/ThomasSchwinge]] - <tschwinge@gnuNOSPAM.org> + +**_Note:_** It is helpful to insert your name in alphabetical order (by first name -- ignore the "Main.") -- then you can find your name (or not) more easily if you wish to remove it or confirm that you are on the list. + +**_Related topics:_** %MAINWEB%.%WIKIUSERSTOPIC%, %TWIKIWEB%.TWikiRegistration diff --git a/GNU/WebPreferences.mdwn b/GNU/WebPreferences.mdwn new file mode 100644 index 00000000..6e60cc9b --- /dev/null +++ b/GNU/WebPreferences.mdwn @@ -0,0 +1,60 @@ +## <a name="_WIKITOOLNAME_WEB_Web_Preference"> %WIKITOOLNAME%.%WEB% Web Preferences </a> + +The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web. These preferences overwrite the **_site-level preferences_** in %TWIKIWEB%.%WIKIPREFSTOPIC%, and can be overwritten by **_user preferences_** (your personal topic, i.e. %MAINWEB%.TWikiGuest in the %WIKITOOLNAME%.%MAINWEB% web) + +**_Preferences:_** + +* List of topics of the %WIKITOOLNAME%.%WEB% web: + * Set WEBTOPICLIST = [[HOMETOPIC]] %SEP% [[WebChanges]] %SEP% [[WebIndex]] %SEP% [[WebSearch]] %SEP% Go <input name="topic" size="16" type="text" /> + +* Web specific background color: (Pick a lighter one of the %TWIKIWEB%.StandardColors) + * Set WEBBGCOLOR = #D0FFD0 + +* Exclude web from a `web="all"` search: (Set to `on` for hidden webs) + * Set NOSEARCHALL = + +* Default template for new topics and form(s) for this web: + * [[WebTopicEditTemplate]]: Default template for new topics in this web. (Site-level is used if topic does not exist) + * [[TWIKIWEBWebTopicEditTemplate]]: Site-level default template + * %TWIKIWEB%.TWikiForms: How to enable form(s) + * Set WEBFORMS = + +* Users or groups who **_are not_** / **_are_** allowed to **_view_** / **_change_** / **_rename_** topics in the %WEB% web: (See %TWIKIWEB%.TWikiAccessControl) + * Set DENYWEBVIEW = + * Set ALLOWWEBVIEW = + * Set DENYWEBCHANGE = + * Set ALLOWWEBCHANGE = + * Set DENYWEBRENAME = + * Set ALLOWWEBRENAME = + +* Users or groups allowed to change or rename this %TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup) + * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup + * Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup + +* Web preferences that are **not** allowed to be overridden by user preferences: + * Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME + +* Copyright notice: + * Set WEBCOPYRIGHT = <font>By submitting your work to this area of the Wiki you agree to assign the copyrights of that work to the Free Software Foundation. You still own the copyright, but by assigning it to the FSF you allow FSF to speak for you on behalf of the GNU FDL. + Copyright � 2002 The Free Software Foundation. + Verbatim copying and distribution of this entire article is permitted in any medium, provided this copyright notice is preserved and the terms set in the GNU FDL, <http://www.gnu.org/licenses/fdl.html>, are followed. +</font> + +* Skin settings: + * Set SKINSTYLE = green + +**_Notes:_** + +* A preference is defined as: <br />`6 spaces * Set NAME = value`<br /> Example: + * Set WEBBGCOLOR = #FFFFC0 +* Preferences are used as %TWIKIWEB%.TWikiVariables by enclosing the name in percent signs. Example: + * When you write variable <code>%WEBBGCOLOR%</code> , it gets expanded to `%WEBBGCOLOR%` . +* The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set <code>WEBCOPYRIGHT</code> before <code>WIKIWEBMASTER</code> since <code>%WEBCOPYRIGHT%</code> uses the <code>%WIKIWEBMASTER%</code> variable. +* You can introduce new preferences variables and use them in your topics and templates. There is no need to change the %WIKITOOLNAME% engine (Perl scripts). + +**_Related Topics:_** + +* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences. +* %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences. +* %TWIKIWEB%.TWikiVariables has a list of common <code>%VARIABLES%</code>. +* %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups. diff --git a/GNU/WebSearch.mdwn b/GNU/WebSearch.mdwn new file mode 100644 index 00000000..b6d43d86 --- /dev/null +++ b/GNU/WebSearch.mdwn @@ -0,0 +1 @@ +%INCLUDE\{"%TWIKIWEB%.WebSearch"\}% diff --git a/GNU/WebStatistics.mdwn b/GNU/WebStatistics.mdwn new file mode 100644 index 00000000..74293cc8 --- /dev/null +++ b/GNU/WebStatistics.mdwn @@ -0,0 +1,56 @@ +## <a name="Statistics_for_WIKITOOLNAME_WEB_"> Statistics for %WIKITOOLNAME%.%WEB% Web </a> + +<table border="1" cellpadding="1" cellspacing="0"> + <tr> + <th bgcolor="#99CCCC"><strong>Month:</strong></th> + <th bgcolor="#99CCCC"><strong>Topic <br /> views:</strong></th> + <th bgcolor="#99CCCC"><strong>Topic <br /> saves:</strong></th> + <th bgcolor="#99CCCC"><strong>File <br /> uploads:</strong></th> + <th bgcolor="#99CCCC"><strong>Most popular <br /> topic views:</strong></th> + <th bgcolor="#99CCCC"><strong>Top contributors for <br /> topic save and uploads:</strong></th> + </tr> + <tr> + <td> + </td> + <td> + </td> + <td> + </td> + <td> + </td> + <td> + </td> + <td> + </td> + </tr> + <tr> + <td> Dec 2002 </td> + <td align="right"> 94 </td> + <td align="right"> 3 </td> + <td align="right"> 0 </td> + <td> 78 [[WebHome]]<br /> 3 [[WebNotify]]<br /> 3 [[WebIndex]]<br /> 3 [[WebDiscuss]]<br /> 3 [[CopyleftLicenses]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebMenu]]<br /> 1 [[WebDiscuss]]<br /> 1 [[WebChanges]]</td> + <td> 3 [[Main/GrantBow]]</td> + </tr> + <tr> + <td> Nov 2002 </td> + <td align="right"> 144 </td> + <td align="right"> 10 </td> + <td align="right"> 0 </td> + <td> 88 [[WebHome]]<br /> 8 [[WebChanges]]<br /> 8 [[CopyleftLicenses]]<br /> 7 [[WebDiscuss]]<br /> 5 [[WebNotify]]<br /> 5 [[WebMenu]]<br /> 5 [[FreeDocumentationLicense]]<br /> 4 [[WebStatistics]]<br /> 4 [[WebSearch]]<br /> 3 [[WebTopicList]]<br /> 3 [[WebPreferences]]</td> + <td> 7 [[Main/GrantBow]]<br /> 3 [[Main/JoachimNilsson]]</td> + </tr> + <tr> + <td> Oct 2002 </td> + <td align="right"> 58 </td> + <td align="right"> 13 </td> + <td align="right"> 1 </td> + <td> 38 [[WebHome]]<br /> 10 [[WebPreferences]]<br /> 3 [[WebIndex]]<br /> 3 [[FreeDocumentationLicense]]<br /> 2 [[WebNotify]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebStatistics]]</td> + <td> 11 [[Main/JoachimNilsson]]<br /> 3 [[Main/GrantBow]]</td> + </tr> +</table> + +**_Notes:_** + +* Do not edit this topic, it is updated automatically. (You can also [force](%SCRIPTURLPATH%/statistics%SCRIPTSUFFIX%/%WEB%) an update) +* %TWIKIWEB%.TWikiDocumentation tells you how to enable the automatic updates of the statistics. +* Suggestion: You could archive this topic once a year and delete the previous year's statistics from the table. diff --git a/GNU/WebTopicList.mdwn b/GNU/WebTopicList.mdwn new file mode 100644 index 00000000..fb9b2001 --- /dev/null +++ b/GNU/WebTopicList.mdwn @@ -0,0 +1,3 @@ +%TOPICLIST\{" \* [[Name]]"\}% + +See also the verbose [[WebIndex]]. |