From: Benjamin Mako Hill Date: Wed, 23 Dec 2009 01:08:31 +0000 (-0500) Subject: merged changes from the devel version post release X-Git-Url: https://projects.mako.cc/source/fspm_howto/commitdiff_plain/refs/heads/release?hp=6780791d4498fe936a123ef4f0e65f0092733ede merged changes from the devel version post release --- diff --git a/FreeSoftwareProjectManagement-HOWTO.ES.odt b/FreeSoftwareProjectManagement-HOWTO.ES.odt new file mode 120000 index 0000000..45aecdd --- /dev/null +++ b/FreeSoftwareProjectManagement-HOWTO.ES.odt @@ -0,0 +1 @@ +GestionDeProyectosFree.odt \ No newline at end of file diff --git a/FreeSoftwareProjectManagement-HOWTO.ES.pdf b/FreeSoftwareProjectManagement-HOWTO.ES.pdf new file mode 120000 index 0000000..a290801 --- /dev/null +++ b/FreeSoftwareProjectManagement-HOWTO.ES.pdf @@ -0,0 +1 @@ +GestionDeProyectosFree.pdf \ No newline at end of file diff --git a/FreeSoftwareProjectManagementHOWTO.sgml b/FreeSoftwareProjectManagementHOWTO.sgml index 882db87..18300f4 100644 --- a/FreeSoftwareProjectManagementHOWTO.sgml +++ b/FreeSoftwareProjectManagementHOWTO.sgml @@ -20,46 +20,52 @@ + + v0.3.4 + 22 December 2009 + bmh + + v0.3.3 22 August 2008 - bch + bmh - - + + v0.3.2 15 April 2002 - bch + bmh v0.3.1 18 June 2001 - bch + bmh v0.3 5 May 2001 - bch + bmh v0.2.1 10 April 2001 - bch + bmh v0.2 8 April 2001 - bch + bmh v0.01 27 March 2001 - bch + bmh Initial Release @@ -351,7 +357,7 @@ - This HOWTO has graciously translated into German by Robert F. + This HOWTO has graciously been translated into German by Robert F. Schmitt. That copy is accessible in the following formats: @@ -364,7 +370,26 @@ - Restructured Text Source. + Restructured Text Source. + + + + + + It has also been translated into Spanish (Castilian) by Isidro + Fuentes Hermoso. That copy is accessible in the following formats: + + + + + + PDF. + + + + + + Open Document Format. @@ -738,12 +763,7 @@ change and improve the software. There are plenty of other licenses that also conform to the DFSG but sticking with a more well-known license will offer the - advantage of immediate recognition and understanding. Many - people write three or four sentences in a COPYING file and assume - that they have written a free software license--as my long - experience with the debian-legal mailing professes, this is very - often not the case. - + advantage of immediate recognition and understanding. In attempting a more in-depth analysis, I agree with Karl Fogel's @@ -1117,9 +1137,7 @@ for details. through the Linux Documentation project (LDP) and is written by Jens Schweikhardt. It is available from - Schweikhardt's site or from the - LDP. + Schweikhardt's site. diff --git a/GestionDeProyectosFree.odt b/GestionDeProyectosFree.odt new file mode 100644 index 0000000..e2607d0 Binary files /dev/null and b/GestionDeProyectosFree.odt differ diff --git a/GestionDeProyectosFree.pdf b/GestionDeProyectosFree.pdf new file mode 100644 index 0000000..2b9c2bd Binary files /dev/null and b/GestionDeProyectosFree.pdf differ diff --git a/Makefile b/Makefile index f5e67a7..374b87f 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ move: mv -f FreeSoftwareProjectManagementHOWTO.pdf ./tmp/FreeSoftwareProjectManagement-HOWTO.pdf mv -f FreeSoftwareProjectManagementHOWTO.rtf ./tmp/FreeSoftwareProjectManagement-HOWTO.rtf cp -f FreeSoftwareProjectManagementHOWTO.sgml ./tmp/FreeSoftwareProjectManagement-HOWTO.sgml + cp -f FreeSoftwareProjectManagementHOWTO.DE.rst ./tmp/FreeSoftwareProjectManagement-HOWTO.DE.rst + mv -f FreeSoftwareProjectManagementHOWTO.DE.html ./tmp/FreeSoftwareProjectManagement-HOWTO.DE.html + cp -d FreeSoftwareProjectManagement-HOWTO.ES.odt FreeSoftwareProjectManagement-HOWTO.ES.pdf GestionDeProyectosFree.odt GestionDeProyectosFree.pdf ./tmp gzip -c ./tmp/FreeSoftwareProjectManagement-HOWTO.ps > ./tmp/FreeSoftwareProjectManagement-HOWTO.ps.gz gzip -c ./tmp/FreeSoftwareProjectManagement-HOWTO.sgml > ./tmp/FreeSoftwareProjectManagement-HOWTO.sgml.gz @@ -26,4 +29,4 @@ clean: rm -rf FreeSoftwareProjectManagementHOWTO rm -f FreeSoftwareProjectManagementHOWTO.html FreeSoftwareProjectManagementHOWTO.txt FreeSoftwareProjectManagementHOWTO.ps FreeSoftwareProjectManagementHOWTO.pdf FreeSoftwareProjectManagementHOWTO.rtf rm -rf ./tmp - rm FreeSoftwareProjectManagementHOWTO.DE.html + rm -f FreeSoftwareProjectManagementHOWTO.DE.html