bagder: curl-www/docs Makefile, 1.70, 1.71 _index.html, 1.28, 1.29 _menu.html, 1.23, 1.24
[email protected] Sat, 09 Oct 2010 10:17:01 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv13290
Modified Files:
Makefile _index.html _menu.html
Log Message:
moved dev related docs over to ../dev
Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_menu.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- _menu.html 25 Aug 2010 07:37:30 -0000 1.23
+++ _menu.html 9 Oct 2010 10:16:59 -0000 1.24
@@ -64,12 +64,6 @@
DOCREF(/docs/comparison-table.html, Comparison)
#endif
-#ifdef DOCS_CONTRIBUTE
-HERE(x, Contribute)
-#else
-DOCREF(/docs/contribute.html, Contribute)
-#endif
-
#ifdef DOCS_COPYRIGHT
HERE(x, Copyright)
#else
@@ -120,12 +114,6 @@
DOCREF(/docs/install.html, Install)
#endif
-#ifdef DOCS_INTERNALS
-HERE(x, Internals)
-#else
-DOCREF(/docs/internals.html, Internals)
-#endif
-
#ifdef DOCS_KNOWNBUGS
HERE(x, Known Bugs)
#else
@@ -152,36 +140,18 @@
DOCREF(/docs/relatedtools.html, Related Tools)
#endif
-#ifdef DOCS_RUNTESTS
-HERE(x, Run Tests)
-#else
-DOCREF(/docs/runtests.html, Run Tests)
-#endif
-
#ifdef DOCS_SECURITY
HERE(x, Security)
#else
DOCREF(/docs/security.html, Security)
#endif
-#ifdef DOCS_SPECS
-HERE(x, Specs)
-#else
-DOCREF(/rfc/, Specs)
-#endif
-
#ifdef DOCS_SSLCERTS
HERE(x, SSL Certs)
#else
DOCREF(/docs/sslcerts.html, SSL Certs)
#endif
-#ifdef DOCS_TESTCURL
-HERE(x, Test curl)
-#else
-DOCREF(/docs/testcurl.html, Test curl)
-#endif
-
#ifdef DOCS_THANKS
HERE(x, Thanks)
#else
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Makefile 9 Feb 2010 09:30:34 -0000 1.70
+++ Makefile 9 Oct 2010 10:16:59 -0000 1.71
@@ -1,6 +1,5 @@
SRCROOT=../cvssource
DOCROOT=$(SRCROOT)/docs
-TESTROOT=$(SRCROOT)/tests
MAINPARTS= ../_doctype.html _menu.html ../_footer.html ../setup.t ../pic.t \
../where.t ../ad.t ../libcurl/_links.html ../mirrorlinks.t \
@@ -13,13 +12,13 @@
TXT2PLAIN = txt2plain.pl
MAN2HTML = roffit --bare
-PAGES = index.html manpage.html faq.html changes.html contribute.html \
- internals.html sslcerts.html companies.html press.html features.html \
+PAGES = index.html manpage.html faq.html changes.html \
+ sslcerts.html companies.html press.html features.html \
bugs.html install.html readme.html readme.curl.html copyright.html \
thanks.html y2k.html todo.html httpscripting.html comparison-table.html \
relatedtools.html osdistribs.html versions.html history.html loc.html \
knownbugs.html manual.html caextract.html programs.html security.html \
- testcurl.html runtests.html libs.html adv_20051013.html adv_20051207.html \
+ libs.html adv_20051013.html adv_20051207.html \
adv_20060320.html vulnerabilities.html adv_20070710.html \
gsoc2008.html releases.html adv_20090303.html releases.csv adv_20090812.html \
adv_20100209.html
@@ -49,17 +48,6 @@
mandump.t: $(DOCROOT)/curl.1
$(MAN2HTML) < $(DOCROOT)/curl.1 > mandump.t
-testcurl.html: _testcurl.html $(MAINPARTS) testcurl.dump
- $(ACTION)
-testcurl.dump: $(TESTROOT)/testcurl.1
- $(MAN2HTML) < $< > $@
-
-runtests.html: _runtests.html $(MAINPARTS) runtests.dump
- $(ACTION)
-runtests.dump: $(TESTROOT)/runtests.1
- $(MAN2HTML) < $< > $@
-
-
bugs.html: _bugs.html $(MAINPARTS) bugs.t
$(ACTION)
@@ -79,12 +67,6 @@
changes.t: $(SRCROOT)/CHANGES
$(TXT2PLAIN) < $< > $@
-contribute.html: _contribute.html $(MAINPARTS) contribute.t
- $(ACTION)
-
-contribute.t: $(DOCROOT)/CONTRIBUTE faqparse.pl
- ./faqparse.pl < $< > $@
-
companies.html: _companies.html $(MAINPARTS)
$(ACTION)
@@ -163,13 +145,6 @@
versions.t: $(DOCROOT)/VERSIONS
$(TXT2HTML) < $(DOCROOT)/VERSIONS > versions.t
-
-internals.html: _internals.shtml $(MAINPARTS) internals.t
- $(ACTION)
-
-internals.t: $(DOCROOT)/INTERNALS
- $(TXT2PLAIN) < $< > $@
-
sslcerts.html: _sslcerts.html $(MAINPARTS) sslcerts.t
$(ACTION)
Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_index.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- _index.html 22 Sep 2010 17:03:04 -0000 1.28
+++ _index.html 9 Oct 2010 10:16:59 -0000 1.29
@@ -54,42 +54,17 @@
</ul>
-SUBTITLE(Hacking On Curl)
-<ul>
- <li>
- <a href="contribute.html">Contribute</a> explains about a few things
- to consider when you contribute with patches and source code to the curl
- project.
- <li>
- <a href="copyright.html">Copyright</a> details
- what the licensing for curl actually defines and allows you to do with curl
- and libcurl.
- <li>
- <a href="internals.html">Internals</a> describes
- how things work internally in curl, for code hackers, bug fixers and
- generally interested parties.
-
- <li>
- <a href="todo.html">TODO</a> is the document in which we collect ideas of
- what to add in future releases. See also the <a
- href="knownbugs.html">KNOWN_BUGS</a> list.
+SUBTITLE(Using libcurl)
+<p>
+ All <a href="/libcurl/">libcurl</a> related stuff is in its own section of
+ the site.
- <li>
- <a href="thanks.html">Thanks to these people</a>, curl exists as it is today!
-</ul>
+SUBTITLE(Hacking on curl/libcurl)
+<p>
-SUBTITLE(Related Documentation)
-<ul>
-<li>
- All <a href="/libcurl/">libcurl</a> related stuff is in its own section.
-<li>
- You'll find answers to many questions regarding <b>SSL and OpenSSL</b> in the
- <a href="http://www.openssl.org/support/faq.html">OpenSSL FAQ</a>.
-<li>
- C programming language international standardization working group
- <a href="http://www.open-std.org/JTC1/SC22/WG14/">JTC1/SC22/WG14</a>
-<li>
- We also list <a href="/rfc/">specifications</a> that concern curl.
+ For details, info and more about hacking on and development of curl and
+ libcurl, jump over to the <a href="/dev/">development</a> section of this
+ web site.
</ul>