140 Commits
Author SHA1 Message Date
Mark Duling 3a72037921 Remove the initial monolithic guide. The new guide has been updated and lives in path trunk/doc/guide/new.
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@27112 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-07-19 20:05:55 +00:00
Mark Duling 1861278b99 Cleanup articleinfo and add author and legal notice placeholders.
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@27036 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-07-16 06:36:38 +00:00
Mark Duling 79117d49f9 Minor grammar fixes.
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26960 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-07-14 00:13:12 +00:00
Mark Duling 8c440907b9 Closes https://trac.macports.org/ticket/12284. Fix the paths for the MP working area in the new guide by removing "db/"
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26953 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-07-13 17:44:07 +00:00
Anders F. Björklund 7c46cb77d8 add missing copyright information
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26952 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-07-13 11:59:09 +00:00
Mark Duling 5710422bfa A draft of a new MacPorts guide. It is a doctype "article", and in one big chunk at that for now. It needs:
-Copyright information added.
-Section 6.2 (Portfile Reference - Keywords) needs to have the placeholders filled.
-Section 6.3 (Tcl Primitives) needs the same.
... and probably much else besides but I hope it moves us in the right direction.  We'll see.

-I'm also adding some tweaks to the css stylesheet that I think help readability.
 Namely, the TOC is in a floating sidebar, variable terms are now in bold, and borders around programlistings.
 But the colors need a total makeover!

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26949 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-07-13 08:51:15 +00:00
Anders F. Björklund a819472cd6 fix spelling, bz2 confusion
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26766 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-07-06 09:11:23 +00:00
Juan Manuel Palacios ef74427856 Partly adapt guidelines for ticket submission into trac tickets (leaving behind bugzilla times),
applying a heavily modified patch from Brian Campbell in https://trac.macports.org/ticket/12199 to make room for remaining trac
ticket fields (not in the patch).

Most new fields are there only as place holders, content for each still needs to be written.
Already existing content also needs bringing up to speed, I didn't go over it (this is just a
reorganization commit).

Thanks to Brian Campbell for all the help! (yes, and it's *Brian*, not Bill as Id' been saying up
till now). Closes https://trac.macports.org/ticket/12199.

PS: Please test guide regen thouroughly, I changed quite a few things around and may have broken it!

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26582 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-29 05:19:53 +00:00
Juan Manuel Palacios 5fb1dabbb5 Correct building of the last section of the guide, doc/guide/submission.xml, thanks to Bill Campbell for the patch.
Closes https://trac.macports.org/ticket/12195

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26580 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-29 04:03:10 +00:00
Juan Manuel Palacios 773b4fcde8 ${prefix}/etc/macports is the path to our configuration files.
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26548 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-28 07:21:31 +00:00
Juan Manuel Palacios e106b3a92c ${prefix}/etc/macports/macports.conf is the real path to the main configuration file.
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26547 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-28 07:18:52 +00:00
Boey Maun Suang 3b309c6bbc user/user.xml:
* Fix some links and pathnames
 * Fix some typos
 * Insert some comments about what, in my opinion, should be added (assuming
   that we don't want to change the current structure of the guide).

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26542 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-28 05:37:54 +00:00
Boey Maun Suang 102024d594 doc/guide/xml/portfiles:
* Correct names of some paths that MacPorts uses.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26541 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-28 05:25:27 +00:00
Boey Maun Suang 2045bec35b doc/guide/xml:
* Fix some links.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26540 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-28 05:23:48 +00:00
Boey Maun Suang 0360497f11 doc/guide/xml/project:
* Update/fix some links;
 * Change some reference IDs to match the new links.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26539 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-28 05:20:00 +00:00
Juan Manuel Palacios 06850425fb Advice on setting appropriate permissions on the ${prefix}/var/macports/{distfiles,build} dirs for quick testing a still in development Portfile.
Thanks to Brian Campbell <lambda@continuation.org> for the patch! Closes https://trac.macports.org/ticket/12187.

Also make it clear that you only need -d to debug the testing, not -v *and* -d.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26521 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-27 16:35:33 +00:00
Boey Maun Suang 64dd1f9915 A few extra Darwinports -> MacPorts links, dport -> mport instances and
Bugzilla -> Trac conversions that I missed last time.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26420 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-22 19:40:57 +00:00
Boey Maun Suang 321c4fa5f3 Pick off some low-hanging fruit to start updating the DocBook documentation:
* Replace instances of "Darwinports" with "MacPorts", "dport" with "mport",
   "CVS" with "Subversion" and "cvs" with "svn";
 * Update some of the old email address and links;
 * Make one update about MacPorts no longer supporting OSes other than Mac OS
   10.3 and above.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26404 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-21 08:53:47 +00:00
Boey Maun Suang 6f6d160f4d Update old documentation to using DocBook V4.5, should we ever resurrect it :-)
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@26302 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-06-19 09:09:17 +00:00
Randall H. Wood b7f1c76855 Change /Applications/DarwinPorts to /Applications/MacPorts everywhere
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@21853 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-02-10 16:02:45 +00:00
Markus W. Weißmann 6bacf79988 new syntax uses a prefix '@' for versions
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@17801 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-04-30 14:17:04 +00:00
Juan Manuel Palacios bdcbf64da5 Submitted by: jmpp@
Some more small rewording.

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@17569 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-04-18 03:49:11 +00:00
Juan Manuel Palacios 25df382fae Submitted by: jmpp@
Some small rewording of my recent "membership.xml" addition, plus a note in
xml/project/info.xml about who to mail if in need to get in contact with portmgr@

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@17509 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-04-15 15:33:43 +00:00
Juan Manuel Palacios 23a5854e2a Submitted by: jmpp@
Reviewed by:    jberry@

Addition of a new "Project Membership" chapter to the online guide, as a response
to the points raised on the "What should I do?" thread on the main user list.

To all those reading this commit, please do feel free to read the new addition
and suggest improvements/fixes as you see fit, consider this just a first draft
(please do pay close attentio to xml syntax, as I only learned it as I typed along).

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@17429 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-04-12 16:38:37 +00:00
Juan Manuel Palacios 69a9d7c6f8 Submitted by: jmpp@
James is by far our most active member, so he deserves a little credit ;-)

git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@17417 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-04-12 03:48:15 +00:00