From 461f650571d2bde94d041ffd8ca2875a151a4ded Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 14 Apr 2019 13:57:19 -0300 Subject: [PATCH] website: added incoming website (work in progress) This website already contain the essential information. Only a thing few are missing, like the link for the Documentation of Dragora. Surely other things can be added or changed (feel free to take a look). You suggestions are welcome. --- website/config.t2t | 31 +++++ website/en/donate.html | 282 ++++++++++++++++++++++++++++++++++++++++++++++ website/en/donate.t2t | 214 +++++++++++++++++++++++++++++++++++ website/en/help.html | 114 +++++++++++++++++++ website/en/help.t2t | 74 ++++++++++++ website/en/index.html | 179 +++++++++++++++++++++++++++++ website/en/index.t2t | 115 +++++++++++++++++++ website/en/mirrors.html | 123 ++++++++++++++++++++ website/en/mirrors.t2t | 74 ++++++++++++ website/favicon.ico | Bin 0 -> 1398 bytes website/footer.t2t | 21 ++++ website/img/Feed-icon.svg | 18 +++ website/index.html | 3 + website/style.css | 98 ++++++++++++++++ website/urls.t2t | 18 +++ website/words.t2t | 5 + 16 files changed, 1369 insertions(+) create mode 100644 website/config.t2t create mode 100644 website/en/donate.html create mode 100644 website/en/donate.t2t create mode 100644 website/en/help.html create mode 100644 website/en/help.t2t create mode 100644 website/en/index.html create mode 100644 website/en/index.t2t create mode 100644 website/en/mirrors.html create mode 100644 website/en/mirrors.t2t create mode 100644 website/favicon.ico create mode 100644 website/footer.t2t create mode 100644 website/img/Feed-icon.svg create mode 100644 website/index.html create mode 100644 website/style.css create mode 100644 website/urls.t2t create mode 100644 website/words.t2t diff --git a/website/config.t2t b/website/config.t2t new file mode 100644 index 00000000..8af52c08 --- /dev/null +++ b/website/config.t2t @@ -0,0 +1,31 @@ +% +% Dragora site main configuration file. +% All site pages must use these settings. +% + +% Some self-explanatory options + +%!target: html +%!encoding: UTF-8 + +% The CSS style file for this site + +%!style: ./style.css +%!options: --css-sugar --fix-path --mask-email + +% Trick to add the favicon meta tag right before the tag + +%!postproc: '(?i)()' '\n\1' + +% Meta keywords and meta description + +%!postproc: () \n\1 +%!postproc: () \n\1 + +% This fixes a bug in %%infile path when inside included file. +% In this case, the %%infile inside footer.t2t incorrectly gets footer.t2t +% path instead the original file's path. + +%!postproc: '(See sources)' '\1\2' +%!postproc: '(See sources)' '\1\2' + diff --git a/website/en/donate.html b/website/en/donate.html new file mode 100644 index 00000000..1841e530 --- /dev/null +++ b/website/en/donate.html @@ -0,0 +1,282 @@ + + + + + + +Donate + + + + + + + + +
+

+< Back to home +

+

+While Dragora is free software (free as in freedom) and it is freely available to the public, +making it is not free: +

+

+A project like Dragora requires a lot of time, effort and sacrifice. Some +of the tasks are: codify, document, translate, maintain, spread the word. +Other important things are: satisfy basic needs (since the Dragora +maintainer is totally dedicated to the project). In addition, we have to +cover the costs of web services, support direct collaborators. All this +is very important to sustain the project. +

+

+Please consider making a donation! +

+ +
+ +

+There are several ways to support the project. See below: +

+ +

International payments or donations can be done using Western Union

+ + + + + + + + + + + + + + + + + + + + +
First and Middle Names: Matias Andres
Last Name: Fonzo
Address: Manzana E, Lote 6. Santa Lucia (Ampliacion)
City: Santiago del Estero (Capital)
ZIP Code: 4200
Country: Argentina
+ +

Information for residents in Argentina

+ +

Giro de dinero por medio de Western Union Nacional

+ +

+Puede realizar un giro de dinero llendo al Correo Argentino en el cual +deberá de completar un formulario que consiste en tres partes: +monto a enviar, datos del beneficiario, y datos del remitente. +

+

+Beneficiario +

+ + + + + + + + + + + + + + + + + +
Nombre/s: Matías Andrés
Apellido/s: Fonzo
Dirección: Manzana E, Lote 6. Santa Lucía (Ampliación)
Ciudad: Santiago del Estero (Capital)
Código Postal: 4200
+ +

+Remitente +

+

+Quien remite es usted. Esto es, sus datos personales más CUIT/CUIL/CDI. +

+

+Una vez realizada toda la operación deberá de comunicar el número conocido +como MTCN a: <dragora (a) dragora org>. +

+ +

Online payments

+ +

Paypal

+ +

+We accept donations from PayPal. +

+

+You can enter the amount to donate after pressing the Donate button: +

+
+ + + + + + +
+ + + + + +
+

+Monthly subscriptions are supported. You can contribute with a specific +amount every month: +

+
+ + + + + + +
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Donors

+ +

+Here is a list of people who have donated to the project: +

+ + + +

+^ Go up
+< Back to home +

+
+
+ + + + diff --git a/website/en/donate.t2t b/website/en/donate.t2t new file mode 100644 index 00000000..eab5f4f8 --- /dev/null +++ b/website/en/donate.t2t @@ -0,0 +1,214 @@ +Donate + + +%!includeconf: ../config.t2t + +[< Back to home index.html] + +While Dragora is free software (free as in freedom) and it is freely available to the public, +making it is not free: + +A project like Dragora requires a lot of time, effort and sacrifice. Some +of the tasks are: codify, document, translate, maintain, spread the word. +Other important things are: satisfy basic needs (since the Dragora +maintainer is totally dedicated to the project). In addition, we have to +cover the costs of web services, support direct collaborators. All this +is very important to sustain the project. + +Please consider making a donation! + +-------------------- + +There are several ways to support the project. See below: + +=== International payments or donations can be done using Western Union === + +| First and Middle Names: Matias Andres +| Last Name: Fonzo +| Address: Manzana E, Lote 6. Santa Lucia (Ampliacion) +| City: Santiago del Estero (Capital) +| ZIP Code: 4200 +| Country: Argentina + + +=== Information for residents in Argentina === + +==== Giro de dinero por medio de Western Union Nacional ==== + +Puede realizar un giro de dinero llendo al Correo Argentino en el cual +deberá de completar un formulario que consiste en tres partes: +monto a enviar, datos del beneficiario, y datos del remitente. + +//Beneficiario// + +| Nombre/s: Matías Andrés +| Apellido/s: Fonzo +| Dirección: Manzana E, Lote 6. Santa Lucía (Ampliación) +| Ciudad: Santiago del Estero (Capital) +| Código Postal: 4200 + +//Remitente// + +Quien remite es usted. Esto es, sus datos personales más CUIT/CUIL/CDI. + +Una vez realizada toda la operación deberá de comunicar el número conocido +como **MTCN** a: dragora@dragora.org. + +=== Online payments === + +==== Paypal ==== + +We accept donations from [PayPal http://www.paypal.com]. + +You can enter the amount to donate after pressing the Donate button: + +''' +
+ + + + + + +
+ + + + + +
+''' + +Monthly subscriptions are supported. You can contribute with a specific +amount every month: + +''' +
+ + + + + + +
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+''' + +== Donors == + +Here is a list of people who have donated to the project: + +- Marta Rosatti +- Emilio Fonzo +- Mariana Gerez +- Alec Thompson +- Samuel De La Torre +- Lubos Rendek +- Lucas Skoldqvist +- Gregory Tomko +- Charles Eric Edwards +- Andreas Moe +- Sergey Tsynov +- Nicolas Dato +- Oswald Kelso +- Paul Cambria +- Chris Key +- [Tehnoetic.com http://tehnoetic.com] +- Tom Lukeywood +- Carl Roberts +- ... and other people who want to be anonymous. + +**Many thanks!** + + +[^ Go up donate.html#]''
'' +[< Back to home index.html] + +%!include: ../footer.t2t + diff --git a/website/en/help.html b/website/en/help.html new file mode 100644 index 00000000..bfb37b93 --- /dev/null +++ b/website/en/help.html @@ -0,0 +1,114 @@ + + + + + + +How to help Dragora + + + + + + + + +
+

+< Back to home +

+

+These are general tips on how you can help Dragora. +

+ +

Test releases

+ + + +

Development

+ + + +

Documentation

+ + + +

Translations

+ + + +

Help others

+ +

+If you are already a Dragora user and want to make your knowledge +available by helping other people, please use the available means of +communication. +

+ +

Donate

+ +

+This is one of the most important aspects to guarantee the continuity of +the project. Please see the donation section. +

+ +

Diffusion

+ +

+Help spread the word and let Dragora be known everywhere. The community +benefits from it! +

+ +
+ +

+Please send general questions or suggestions to the mailing list: +<dragora-users (a) nongnu org>. +

+

+^ Go up
+< Back to home +

+
+
+ + + + diff --git a/website/en/help.t2t b/website/en/help.t2t new file mode 100644 index 00000000..aec811b8 --- /dev/null +++ b/website/en/help.t2t @@ -0,0 +1,74 @@ +How to help Dragora + + +%!includeconf: ../config.t2t + +[< Back to home index.html] + +These are general tips on how you can help Dragora. + +=== Test releases === + +- Using the distribution in general terms or trying the latest test release +(when available) is always appreciated. + + +=== Development === + +- When the next version of Dragora is in development, you can check if the +TODO file is available (git repository) to see what is missing or what +needs to be done. + +- You can browse the source code and check if something +can be improved, if you do not understand anything about programming, you +can contribute by detecting spelling mistakes in miscellaneous messages. + +- You can help with ideas or by introducing something that is really +necessary. + + +=== Documentation === + +- The improvement of the FAQ (Frequently Asked Questions) and the +documentation in general about Dragora is always welcome. + + +=== Translations === + +- You can translate the website in your language. The website is generated +using http://www.txt2tags.org. Latest sources can be found on the git +repository under the "website" directory. + +- You can help with the official manual and also help translate it to +other languages. This is not just for you, it can benefit to anyone in the +world who is interested in the project. + + +=== Help others === + +If you are already a Dragora user and want to make your knowledge +available by helping other people, please use the available means of +communication. + +=== Donate === + +This is one of the most important aspects to guarantee the continuity of +the project. Please see the [donation donate.html] section. + +=== Diffusion === + +Help spread the word and let Dragora be known everywhere. The community +benefits from it! + + +-------------------- + +Please send general questions or suggestions to the mailing list: +dragora-users@nongnu.org. + + +[^ Go up help.html#]''
'' +[< Back to home index.html] + +%!include: ../footer.t2t + diff --git a/website/en/index.html b/website/en/index.html new file mode 100644 index 00000000..a26b3e6a --- /dev/null +++ b/website/en/index.html @@ -0,0 +1,179 @@ + + + + + + +Dragora + + + + + + + + +
+ + + + + +
An independent GNU/Linux-Libre distribution based on concepts of simplicity.
+ +

Introduction

+ +

+Dragora is a complete and reliable distribution of the +GNU/Linux operating system that is entirely +free software. Dragora is founded on the concepts +of simplicity and elegance, it can be run for almost any purpose +(desktop, workstation, server, development, etc.). The intended audience +is people interested in learning more about the technical aspects of a +friendly GNU/Linux distribution. Also people looking to use the purest +ethical software for daily use. +

+ +

News

+ +

+2018-09-28 - +Dragora 3.0-alpha2 has been announced. +
+2017-12-31 - +Dragora 3.0-alpha1 has been announced. +

+ +

Downloading Dragora

+ +

+Dragora can be found on http://rsync.dragora.org/ISO/ (via HTTP) and rsync://rsync.dragora.org/ISO/ +(via RSYNC). It can also be found on some mirrors; please +use a mirror if possible. +

+ +

Documentation

+ +

+Documentation for Dragora is available online. You may also find more +information about Dragora by running info dragora or man dragora +on your Dragora system. A brief summary is available by running +dragora-help. +

+ +

Mailing lists

+ +

+Dragora has the following mailing lists: +

+ + + +

Getting involved

+ +

+Development of Dragora in general is a volunteer effort, and you can +contribute. For information, please read +How to help Dragora. If you'd like to get involved, +it's a good idea to join the discussion mailing list (see above). +

+ +

Development

+ +

+The latest changes in the development of Dragora can be viewed and +followed from the links below. The project has two primary git repositories hosted on +Savannah and Notabug.org. We also keep a mirror +of the Savannah repository in http://repo.or.cz/dragora.git/. Assuming +you have git installed, you can retrieve the latest revision with +this command: git clone git://git.savannah.gnu.org/dragora.git +

+ + + + + + + + + + + + +
mainline: 3.0[ browse ][ changelog ]
old stable (historical): 2.2[ browse ][ announcement ]
+ +
+ + +

+Make a donation (today) +
+ +

Bug Reports

+ +

+For general discussion of bugs in Dragora the mailing list +<dragora-users (a) nongnu org> is the most appropriate forum. Please send +messages as plain text, do not send messages encoded as HTML nor encoded +as base64 MIME nor included as multiple formats. Please include a +descriptive subject line. If all of the subject are "bug in dragora" it +is impossible to differentiate them. +

+ +

Translating Dragora

+ +

+Translations of the website and documentation of Dragora are welcome. +Note: we are trying to improve the information in both, website and +documentation before accepting translations. +

+ +

Maintainer(s)

+ +

+Dragora is currently being maintained by Matías Fonzo. Please use the +mailing lists for contact. +

+ +

Community

+ +

IRC

+ +

+Join us on #dragora of irc.gnu.org (Freenode). If you do not have an IRC +client, you can access via +webchat. +

+ +

Social Network

+ +

+The official social group for Dragora can be found at +GNUSocial.no. +

+

+^ Go up +

+
+
+ + + + diff --git a/website/en/index.t2t b/website/en/index.t2t new file mode 100644 index 00000000..c723a923 --- /dev/null +++ b/website/en/index.t2t @@ -0,0 +1,115 @@ +Dragora + + +%!includeconf: ../config.t2t +%!includeconf: ../urls.t2t +%!includeconf: ../words.t2t + | [../img/dragora.png] An independent GNU/Linux-Libre distribution based on concepts of simplicity. + +== Introduction == + +{DRAGORA} is a complete and reliable distribution of the +[GNU/Linux {LINUX_GNU}] operating system that is **entirely** +[free software {FREE_SOFTWARE}]. {DRAGORA} is founded on the concepts +of simplicity and elegance, it can be run for almost any purpose +(desktop, workstation, server, development, etc.). The intended audience +is people interested in learning more about the technical aspects of a +friendly GNU/Linux distribution. Also people looking to use the purest +ethical software for daily use. + +==== News ==== + +[2018-09-28 http://lists.nongnu.org/archive/html/dragora-users/2018-09/msg00004.html] - +Dragora 3.0-alpha2 has been announced. +''
'' +[2017-12-31 http://lists.nongnu.org/archive/html/dragora-users/2017-12/msg00000.html] - +Dragora 3.0-alpha1 has been announced. + +== Downloading Dragora == + +{DRAGORA} can be found on {DRAGORA_ISOS} (via HTTP) and {DRAGORA_RSYNC} +(via RSYNC). It can also be found on some [mirrors mirrors.html]; please +**use a mirror** if possible. + +== Documentation == + +Documentation for Dragora is available online. You may also find more +information about Dragora by running ``info dragora`` or ``man dragora`` +on your Dragora system. A brief summary is available by running +``dragora-help``. + +== Mailing lists == + +{DRAGORA} has the following mailing lists: + + - [dragora-users http://lists.nongnu.org/mailman/listinfo/dragora-users] +is used for general user help and to discuss most aspects of Dragora, +including development and enhancement requests, as well as bug reports. + + +== Getting involved == + +Development of Dragora in general is a volunteer effort, and you can +contribute. For information, please read +[How to help Dragora help.html]. If you'd like to get involved, +it's a good idea to join the discussion mailing list (see above). + +=== Development === + +The latest changes in the development of Dragora can be viewed and +followed from the links below. The project has two primary git repositories hosted on +[Savannah {SAVANNAH}] and [Notabug.org {NOTABUG}]. We also keep a mirror +of the Savannah repository in http://repo.or.cz/dragora.git/. Assuming +you have [git {GIT}] installed, you can retrieve the latest revision with +this command: ``git clone git://git.savannah.gnu.org/dragora.git`` + +| mainline: **3.0** | ""["" [browse {BROWSE_SAVANNAH}] ""]"" | ""["" [changelog {BROWSE_SAVANNAH_LOG}] ""]"" +| old stable (historical): **2.2** | ""["" [browse {BROWSE_OLD22}] ""]"" | ""["" [announcement {BROWSE_OLD22_ANNOUNCE}] ""]"" +''' +
+ + +

+Make a donation (today) +
+''' + +=== Bug Reports === + +For general discussion of bugs in Dragora the mailing list +dragora-users@nongnu.org is the most appropriate forum. Please send +messages as plain text, do not send messages encoded as HTML nor encoded +as base64 MIME nor included as multiple formats. Please include a +descriptive subject line. If all of the subject are "bug in dragora" it +is impossible to differentiate them. + +=== Translating Dragora === + +Translations of the website and documentation of Dragora are welcome. +Note: we are trying to improve the information in both, website and +documentation before accepting translations. + +=== Maintainer(s) === + +Dragora is currently being maintained by Matías Fonzo. Please use the +mailing lists for contact. + +== Community == + +=== IRC === + +Join us on #dragora of irc.gnu.org (Freenode). If you do not have an IRC +client, you can access via +[webchat http://webchat.freenode.net/?channels=dragora]. + +=== Social Network === + +The official social group for Dragora can be found at +[GNUSocial.no http://gnusocial.no/group/dragora]. + + +[^ Go up index.html#] + +%!include: ../footer.t2t + diff --git a/website/en/mirrors.html b/website/en/mirrors.html new file mode 100644 index 00000000..82969acd --- /dev/null +++ b/website/en/mirrors.html @@ -0,0 +1,123 @@ + + + + + + +Dragora Mirror List + + + + + + + + +
+

+< Back to home +

+ +

Mirror list

+ +

Global

+ + + +

North America

+ + + +

South America

+ + + +

Asia

+ + + +

Mirror Setup

+ +

+If there's no Dragora mirror near you, you're welcome to contribute one. +First, for users/downloaders: the address http://rsync.dragora.org/ contain +ISO images and distributed source code (in various compression formats). +

+

+Mirroring the Dragora server requires approximately 7.6GB disk space (as of April 2019). +You can rsync directly from rsync.dragora.org: +

+

+rsync -rltpHS --delete-excluded rsync://rsync.dragora.org/ /your/dir/ +

+

+However, please consider mirroring from another site, again to reduce load +on the Dragora server. The listed sites provide access to all the +material on rsync.dragora.org. They update from us nightly (at least), +and you may access them via rsync with the same options as above. +

+

+Note: +

+

+We keep a file called "timestamp" under the main tree after each +synchronization. This file can be used to verify, instead of +synchronizing all the content at once, you can check if this file has +been updated and then continue with full synchronization. +

+ +

No warranty

+ +

+We distribute software in the hope that it will be useful, but without any +warranty. No author or distributor of this software accepts responsibility +to anyone for the consequences of using it or for whether it serves any +particular purpose or works at all, unless they say so in writing. This +is exactly the same warranty that proprietary software companies offer: +none. +

+

+^ Go up
+< Back to home +

+
+
+ + + + diff --git a/website/en/mirrors.t2t b/website/en/mirrors.t2t new file mode 100644 index 00000000..c89696d3 --- /dev/null +++ b/website/en/mirrors.t2t @@ -0,0 +1,74 @@ +Dragora Mirror List + + +%!includeconf: ../config.t2t + +[< Back to home index.html] + +== Mirror list == + +=== Global === + +- Global + - http://sourceforge.net/projects/dragora/files (ISO images only) + + +=== North America === + +- USA + - http://mirror.fsf.org/dragora + - http://rsync.dragora.org + - rsync://rsync.dragora.org/ + + +=== South America === + +- Ecuador + - http://mirror.cedia.org.ec/dragora + - rsync://mirror.cedia.org.ec/dragora/ + + +=== Asia === + +- Singapore + - http://mirrors.standaloneinstaller.com/dragora/mirror/ + + +== Mirror Setup == + +If there's no Dragora mirror near you, you're welcome to contribute one. +First, for users/downloaders: the address http://rsync.dragora.org/ contain +ISO images and distributed source code (in various compression formats). + +Mirroring the Dragora server requires approximately 7.6GB disk space (as of April 2019). +You can rsync directly from rsync.dragora.org: + +``rsync -rltpHS --delete-excluded rsync://rsync.dragora.org/ /your/dir/`` + +However, please consider mirroring from another site, again to reduce load +on the Dragora server. The listed sites provide access to all the +material on rsync.dragora.org. They update from us nightly (at least), +and you may access them via rsync with the same options as above. + +//Note:// + +We keep a file called "timestamp" under the main tree after each +synchronization. This file can be used to verify, instead of +synchronizing all the content at once, you can check if this file has +been updated and then continue with full synchronization. + +== No warranty == + +We distribute software in the hope that it will be useful, but without any +warranty. No author or distributor of this software accepts responsibility +to anyone for the consequences of using it or for whether it serves any +particular purpose or works at all, unless they say so in writing. This +is exactly the same warranty that proprietary software companies offer: +none. + + +[^ Go up mirrors.html#]''
'' +[< Back to home index.html] + +%!include: ../footer.t2t + diff --git a/website/favicon.ico b/website/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..9045b01fa7c48eccfb992408b3a5f673f7f54c44 GIT binary patch literal 1398 zcwUW^yKdA#6o&t~cx4tBBPy3(NIHZJ+XT^U!iGx|fx-hUf(P+#C@FcML_xd?A|+A^ zs?E8KXY36k99c8xn~UZ1&p&?s_SM1jj{yO{!C{OkisJqEN89Zdea!y&d!JEYw!MFH z{NeQF;k)B!Pg-Ya>M_srcDSoI%jNP*I4Wn-cm#i_53m3eJ2+Yt^d%fWm;|Md0gk6N0`7UyksDGwI`&1vNds3vC@Tsp}CR)>iMAdN@}bQdcG zCHl%pRzqu%3?oMDV)1#M%W($_+8s=cGBk@0#wJ-@mSs(S(!~D!w)c=CdjwrmZsg(5 zhUT&rb}hajcW|*v{5ootXoV0EiCT_^1DpXPhIWk(0CBt-#vPpZCk#UrA*T7ljO;-= zT<=e>e@%xDxpiykj{NoF@CPR$RFyIcp*kpKRg_F0YGTgBsK)gS?Y#3=3=+qk9B_XZ zh&k+-txITJ-k|SiAS^?aCEBC-e|tnfh$Wh674k`!E9YY65^$}ae=KYrG6b)Hh-4$F fJ>=8}=0Japh@B23bNuVLZy*1N6~hpFd%U;-s-%?K literal 0 HcwPel00001 diff --git a/website/footer.t2t b/website/footer.t2t new file mode 100644 index 00000000..b056c6b9 --- /dev/null +++ b/website/footer.t2t @@ -0,0 +1,21 @@ +% +% footer.t2t +% + +% Fist, close the #body DIV, then open footer +''' +'''
+ diff --git a/website/img/Feed-icon.svg b/website/img/Feed-icon.svg new file mode 100644 index 00000000..b3251494 --- /dev/null +++ b/website/img/Feed-icon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/website/index.html b/website/index.html new file mode 100644 index 00000000..17e41f9c --- /dev/null +++ b/website/index.html @@ -0,0 +1,3 @@ + + + diff --git a/website/style.css b/website/style.css new file mode 100644 index 00000000..060e20c4 --- /dev/null +++ b/website/style.css @@ -0,0 +1,98 @@ +/* + Dragora CSS file. + Under the terms of the Apache License version 2.0. +*/ + +body { + max-width: 980px; + margin: 0 auto; + font-size: 100%; + font-family: "Verdana", Helvetica, sans-serif, serif; + color: #1d1d1d; + background-color: #fefefe; +} + +p { + font-size: 1.15em; + text-align: justify; +} + +/* + Header and footer +*/ +#header { + font-size: 1.3em; + font-family: "Courier New", Courier, monospace; + text-align: center; + color: white; + background: url(./img/header.png) repeat; + background-color: #2e8b57; + margin: 0.05em 0ex 0.5ex 0; + border-radius: 9px; +} + +/* A custom header */ +#body h4 { + color: #a52a2a; +} + +#footer { + font-style: italic; + font-size: 95%; +} + +/* + Link propierties +*/ +a { + text-decoration: none; +} +a:visited { + color: #8b008b; +} +a:hover { + text-decoration: underline; + color: #ff8c00; +} + +/* + List +*/ +ul, ol { + font-size: 1.20em; + font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + line-height: 1.4; +} + +/* + Code and cite +*/ +blockquote { + font-size: 1.19em; + font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + line-height: 1.4; +} + +/* + Table +*/ +table { + border: 0; + margin-left: auto; + margin-right: auto; + margin-bottom: 10px; +} + +th,td { + padding: 2px; +} + +th { + background-color: #f5f59e; +} + +td { + border-bottom:1px dotted #bbd; + color: #000044; +} + diff --git a/website/urls.t2t b/website/urls.t2t new file mode 100644 index 00000000..125b21d0 --- /dev/null +++ b/website/urls.t2t @@ -0,0 +1,18 @@ +% +% Database of URL(s). +% + +%!preproc: {LINUX_GNU} http://www.gnu.org/gnu/linux-and-gnu.en.html +%!preproc: {FREE_SOFTWARE} http://www.gnu.org/philosophy/free-sw.en.html + +%!preproc: {DRAGORA_ISOS} http://rsync.dragora.org/ISO/ +%!preproc: {DRAGORA_RSYNC} rsync://rsync.dragora.org/ISO/ + +%!preproc: {SAVANNAH} http://savannah.nongnu.org/projects/dragora +%!preproc: {NOTABUG} http://notabug.org/dragora +%!preproc: {GIT} http://git-scm.com +%!preproc: {BROWSE_SAVANNAH} http://git.savannah.nongnu.org/cgit/dragora.git/tree/ +%!preproc: {BROWSE_SAVANNAH_LOG} http://git.savannah.nongnu.org/cgit/dragora.git/log/ +%!preproc: {BROWSE_OLD22} http://mirror.fsf.org/dragora/v2/ +%!preproc: {BROWSE_OLD22_ANNOUNCE} http://mirror.fsf.org/dragora/v2/ANNOUNCEMENT2.2.TXT + diff --git a/website/words.t2t b/website/words.t2t new file mode 100644 index 00000000..373a4a36 --- /dev/null +++ b/website/words.t2t @@ -0,0 +1,5 @@ +% +% List of words to be processed. +% + +%!preproc: {DRAGORA} //Dragora// -- 2.11.4.GIT