public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2015-05-09 15:22 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2015-05-09 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2d4ea3542f5a900a3d48f1376801dcde68dfd7ca
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 13:54:17 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May  6 22:06:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2d4ea354

Fix typos.

 appendices/contributing/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index b2366a7..c8c20da 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -40,11 +40,11 @@ Currently, sources are hosted on
 <uri link="https://gitweb.gentoo.org/proj/devmanual.git">git.gentoo.org</uri>.
 For current Gentoo developers, access is at
 <c>git+ssh://git@git.gentoo.org/proj/devmanual.git</c>.
-Non-developers can clone the respository by typing
+Non-developers can clone the repository by typing
 <c>git clone git://anongit.gentoo.org/proj/devmanual.git</c>.
 The sources are also hosted on
 <uri link="https://github.com/gentoo/devmanual.gentoo.org">GitHub</uri>
-for those who perfer to submit patches using pull requests.
+for those who prefer to submit patches using pull requests.
 </p>
 
 <p>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2020-05-09 11:06 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2020-05-09 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     33cab4707e9d463de63267724f78aeee1a6a93bc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May  9 11:04:42 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May  9 11:04:42 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=33cab470

appendices/contributing: We call it the DevBook XML Guide now.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/text.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 9134ae0..1bc3b65 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -70,12 +70,14 @@ top-level directory, which will validate all XML files using <c>xmllint</c>.
 <body>
 
 <p>
-DevBook XML is heavily based on <uri link="::appendices/devbook-guide/">
-GuideXML</uri> and many tags are similar, if not the same. The main differences
-occur in layout which are designed to make a large-scale publication easier
-to produce and manage using a hierarchical tree system. Before starting off you
-really should first examine the GuideXML guide in a reasonable amount of depth.
+DevBook XML is heavily based on GuideXML and many tags are similar, if not
+the same. The main differences occur in layout which are designed to make
+a large-scale publication easier to produce and manage using a hierarchical
+tree system. Before starting off you really should first examine the
+<uri link="::appendices/devbook-guide/">DevBook XML guide</uri> in a reasonable
+amount of depth.
 </p>
+
 </body>
 
 <subsection>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2020-02-28 10:32 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2020-02-28 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     41b26f1c15143b3af864b8a9045ee3efbac068b9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 10:31:33 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 10:31:33 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=41b26f1c

appendices/contributing: Update information on how to build.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/text.xml | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 803655c..9134ae0 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -34,8 +34,8 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
 </body>
 
 <section>
-  <title>Where to find the sources</title>
-  <body>
+<title>Where to find the sources</title>
+<body>
 
 <p>
 Currently, sources are hosted on
@@ -51,12 +51,18 @@ for those who prefer to submit patches using pull requests.
 
 <p>
 To build the devmanual, simply run <c>make</c> in the top directory of
-the repository. You need <c>xsltproc</c> (from
-<c>dev-libs/libxslt</c>) for the XML to HTML conversion and
-<c>convert</c> (from <c>media-gfx/imagemagick</c>) for the SVG to PNG
-conversion used in some of the figures throughout the document.
+the repository. You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>)
+for the XML to HTML conversion, <c>xmllint</c> (from <c>dev-libs/libxml2</c>)
+for validation, and <c>rsvg-convert</c> (from <c>gnome-base/librsvg</c>) for
+the SVG to PNG conversion used in some of the figures throughout the document.
+</p>
+
+<p>
+To check if the document's XML is valid, run <c>make validate</c> in the
+top-level directory, which will validate all XML files using <c>xmllint</c>.
 </p>
-  </body>
+
+</body>
 </section>
 
 <section>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2020-02-10 17:31 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2020-02-10 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     77202185a20e5ed7b06c487fa23c69f42e6b4e60
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 13:39:55 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 17:59:59 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=77202185

appendices/contributing: Don't mention download of single xml files.

Since "make install" won't install the xml files, don't mention that
they can be obtained by manipulating the URL of the html files.

Replace Subversion by Git in the text.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/text.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 9efe6c8..803655c 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -26,9 +26,9 @@ If this is a problem, don't submit anything.
 
 <p>
 This document is produced using the DevBook XML build system. You can download
-a snapshot of the system as well as the relevant XML files from Subversion. You
-can also view the XML of any page by replacing <c>index.html</c> with
-<c>text.xml</c> in the URL. If you'd rather just work with plain text, that's
+a snapshot of the system as well as the relevant XML files from Git,
+see the <uri link="::appendices/contributing/#Where to find the sources">
+following section</uri>. If you'd rather just work with plain text, that's
 fine too <d/> the formatting can be easily done by someone else (meaning, us).
 </p>
 </body>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2020-01-11 17:49 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2020-01-11 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5b14b3ff8b557ee6b79edd5b045d8f453b505e68
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 17:47:18 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 17:47:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5b14b3ff

appendices/contributing: Use path from root node for internal link.

For consistency within the devmanual.

Fixes: f65fcd79a6b3a756e91aba2e63e4aaaa1928797f
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/text.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index d7e7003..6e11298 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -64,7 +64,8 @@ conversion used in some of the figures throughout the document.
 <body>
 
 <p>
-DevBook XML is heavily based on <uri link="devbook-guide/">
+DevBook XML is heavily based on
+<uri link="::appendices/contributing/devbook-guide/">
 GuideXML</uri> and many tags are similar, if not the same. The main differences
 occur in layout which are designed to make a large-scale publication easier
 to produce and manage using a hierarchical tree system. Before starting off you


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2019-03-19 20:25 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2019-03-19 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f65fcd79a6b3a756e91aba2e63e4aaaa1928797f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 20:18:54 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 20:18:54 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f65fcd79

appendices/contributing: Fix link to devbook-guide.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 3bf777d..21ab666 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -65,7 +65,7 @@ conversion used in some of the figures throughout the document.
 <body>
 
 <p>
-DevBook XML is heavily based on <uri link="https://www.gentoo.org/doc/en/xml-guide.xml">
+DevBook XML is heavily based on <uri link="devbook-guide/">
 GuideXML</uri> and many tags are similar, if not the same. The main differences
 occur in layout which are designed to make a large-scale publication easier
 to produce and manage using a hierarchical tree system. Before starting off you


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2016-09-01 22:31 Göktürk Yüksek
  0 siblings, 0 replies; 15+ messages in thread
From: Göktürk Yüksek @ 2016-09-01 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f985edd8b3d9fa6c3241fe44ad7758e9fe91e025
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 22:14:57 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 22:14:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f985edd8

appendices/contributing: clarify the ImageMagick requirement

Remove the word 'optionally' for ImageMagick since Makefile hard fails
on its absence. Also, specify the qualified package name for
imagemagick and the tool used from it.

 appendices/contributing/text.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 4df7ed0..5550aef 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -50,9 +50,9 @@ for those who prefer to submit patches using pull requests.
 <p>
 To build the devmanual, simply run <c>make</c> in the top directory of
 the repository. You need <c>xsltproc</c> (from
-<c>dev-libs/libxslt</c>) for the XML to HTML conversion and optionally
-also <c>ImageMagick</c> for the SVG to PNG conversion used in some of
-the figures throughout the document.
+<c>dev-libs/libxslt</c>) for the XML to HTML conversion and
+<c>convert</c> (from <c>media-gfx/imagemagick</c>) for the SVG to PNG
+conversion used in some of the figures throughout the document.
 </p>
   </body>
 </subsection>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2016-09-01 22:31 Göktürk Yüksek
  0 siblings, 0 replies; 15+ messages in thread
From: Göktürk Yüksek @ 2016-09-01 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     87f1365927f0e61244fc805d098787a2a92360ce
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 22:06:27 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 22:11:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=87f13659

appendices/contributing: remove the indent on a paragraph block and reflow

 appendices/contributing/text.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 8ed5c22..4df7ed0 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -48,10 +48,11 @@ for those who prefer to submit patches using pull requests.
 </p>
 
 <p>
-  To build the devmanual, simply run <c>make</c> in the top directory of the repository.
-  You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>) for the XML to HTML
-  conversion and optionally also <c>ImageMagick</c> for the SVG to PNG conversion
-  used in some of the figures throughout the document.
+To build the devmanual, simply run <c>make</c> in the top directory of
+the repository. You need <c>xsltproc</c> (from
+<c>dev-libs/libxslt</c>) for the XML to HTML conversion and optionally
+also <c>ImageMagick</c> for the SVG to PNG conversion used in some of
+the figures throughout the document.
 </p>
   </body>
 </subsection>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2015-05-09 15:22 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2015-05-09 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     dcf0f7be82ee04ec807ca70c2b21bfb9527ecd62
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 13:54:16 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May  6 22:06:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=dcf0f7be

Update URIs of repository.

 appendices/contributing/text.xml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index e434511..b2366a7 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -36,11 +36,15 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
   <body>
 
 <p>
-  Currently, sources are hosted on <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=summary">git.overlays.gentoo.org</uri>. For current Gentoo developers,
-  access is at <c>git+ssh://git@git.overlays.gentoo.org/proj/devmanual.git</c>. Non-developers
-  can clone the respository by typing <c>git clone git://git.overlays.gentoo.org/proj/devmanual.git</c>.
-  The sources are also hosted on <uri link="https://github.com/gentoo/devmanual.gentoo.org">GitHub</uri> for those who
-  perfer to submit patches using pull requests.
+Currently, sources are hosted on
+<uri link="https://gitweb.gentoo.org/proj/devmanual.git">git.gentoo.org</uri>.
+For current Gentoo developers, access is at
+<c>git+ssh://git@git.gentoo.org/proj/devmanual.git</c>.
+Non-developers can clone the respository by typing
+<c>git clone git://anongit.gentoo.org/proj/devmanual.git</c>.
+The sources are also hosted on
+<uri link="https://github.com/gentoo/devmanual.gentoo.org">GitHub</uri>
+for those who perfer to submit patches using pull requests.
 </p>
 
 <p>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2014-03-15 22:40 Markos Chandras
  0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras @ 2014-03-15 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     90b991061553053964a556936a66962272335096
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 13:17:43 2014 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 22:38:39 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=90b99106

remove trunk reference

remove trunk reference since devmanual is no longer in svn...

X-Gentoo-Bug: 498558
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=498558

---
 appendices/contributing/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index d59b80d..e434511 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -44,7 +44,7 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
 </p>
 
 <p>
-  To build the devmanual, simply run <c>make</c> in the <c>trunk</c> directory of the repository.
+  To build the devmanual, simply run <c>make</c> in the top directory of the repository.
   You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>) for the XML to HTML
   conversion and optionally also <c>ImageMagick</c> for the SVG to PNG conversion
   used in some of the figures throughout the document.


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2014-01-18 19:38 Markos Chandras
  0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras @ 2014-01-18 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9f02e3221bac4b65029bacb744d82ede146d81f6
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 19:36:40 2014 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 19:36:40 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=9f02e322

appendices/contributing: Make g.o.g.o and github real hyperlinks

---
 appendices/contributing/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 6fe446c..651f11c 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -36,10 +36,10 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
   <body>
 
 <p>
-  Currently, sources are hosted on git.overlays.gentoo.org. For current Gentoo developers,
+  Currently, sources are hosted on <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=summary">git.overlays.gentoo.org</uri>. For current Gentoo developers,
   access is at <c>git+ssh://git@git.overlays.gentoo.org/proj/devmanual.git</c>. Non-developers
   can clone the respository by typing <c>git clone git://git.overlays.gentoo.org/proj/devmanual.git</c>.
-  The sources are also hosted in <c>https://github.com/gentoo/devmanual.gentoo.org</c> for those who
+  The sources are also hosted on <uri link="https://github.com/gentoo/devmanual.gentoo.org">GitHub</uri> for those who
   perfer to submit patches using pull requests.
 </p>
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2013-05-12 16:03 Markos Chandras
  0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras @ 2013-05-12 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2251c6f618d0c6cc921cc3a28ebd0a2bd6dc8680
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 16:02:43 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun May 12 16:02:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=2251c6f6

Revert "contributing: Replace references to g.o.g.o with those on github"

This reverts commit 126c0cea4ee8e93b3385811d56d509deb942529a.

---
 appendices/contributing/text.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index bd170af..6fe446c 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -36,9 +36,11 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
   <body>
 
 <p>
-  Currently, sources are hosted on <c>https://github.com/gentoo/devmanual.gentoo.org</c>. For current Gentoo developers,
-  access is at <c>git@github.com:gentoo/devmanual.gentoo.org.git</c>. Non-developers
-  can clone the respository by typing <c>git clone git://github.com/gentoo/devmanual.gentoo.org.git</c>.
+  Currently, sources are hosted on git.overlays.gentoo.org. For current Gentoo developers,
+  access is at <c>git+ssh://git@git.overlays.gentoo.org/proj/devmanual.git</c>. Non-developers
+  can clone the respository by typing <c>git clone git://git.overlays.gentoo.org/proj/devmanual.git</c>.
+  The sources are also hosted in <c>https://github.com/gentoo/devmanual.gentoo.org</c> for those who
+  perfer to submit patches using pull requests.
 </p>
 
 <p>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2013-05-12 11:53 Markos Chandras
  0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras @ 2013-05-12 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     126c0cea4ee8e93b3385811d56d509deb942529a
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 11:50:01 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun May 12 11:52:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=126c0cea

contributing: Replace references to g.o.g.o with those on github

---
 appendices/contributing/text.xml |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 6fe446c..bd170af 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -36,11 +36,9 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
   <body>
 
 <p>
-  Currently, sources are hosted on git.overlays.gentoo.org. For current Gentoo developers,
-  access is at <c>git+ssh://git@git.overlays.gentoo.org/proj/devmanual.git</c>. Non-developers
-  can clone the respository by typing <c>git clone git://git.overlays.gentoo.org/proj/devmanual.git</c>.
-  The sources are also hosted in <c>https://github.com/gentoo/devmanual.gentoo.org</c> for those who
-  perfer to submit patches using pull requests.
+  Currently, sources are hosted on <c>https://github.com/gentoo/devmanual.gentoo.org</c>. For current Gentoo developers,
+  access is at <c>git@github.com:gentoo/devmanual.gentoo.org.git</c>. Non-developers
+  can clone the respository by typing <c>git clone git://github.com/gentoo/devmanual.gentoo.org.git</c>.
 </p>
 
 <p>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2013-05-11 19:02 Markos Chandras
  0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras @ 2013-05-11 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bec61b1b51043369e325d83d0dcd05f0c5077d3c
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 18:59:57 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat May 11 18:59:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=bec61b1b

contributing: Add github url for pull requests

---
 appendices/contributing/text.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 8e16fbd..6fe446c 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -39,6 +39,8 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
   Currently, sources are hosted on git.overlays.gentoo.org. For current Gentoo developers,
   access is at <c>git+ssh://git@git.overlays.gentoo.org/proj/devmanual.git</c>. Non-developers
   can clone the respository by typing <c>git clone git://git.overlays.gentoo.org/proj/devmanual.git</c>.
+  The sources are also hosted in <c>https://github.com/gentoo/devmanual.gentoo.org</c> for those who
+  perfer to submit patches using pull requests.
 </p>
 
 <p>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
@ 2012-11-03 18:35 Richard Freeman
  0 siblings, 0 replies; 15+ messages in thread
From: Richard Freeman @ 2012-11-03 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1aa9d041ef56a9860c073211c6bc666c0b979d0f
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 18:33:24 2012 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 18:33:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=1aa9d041

Update repository location with username for devs.

---
 appendices/contributing/text.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index fb2e4eb..8e16fbd 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -37,7 +37,7 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
 
 <p>
   Currently, sources are hosted on git.overlays.gentoo.org. For current Gentoo developers,
-  access is at <c>git+ssh://git.overlays.gentoo.org/proj/devmanual.git</c>. Non-developers
+  access is at <c>git+ssh://git@git.overlays.gentoo.org/proj/devmanual.git</c>. Non-developers
   can clone the respository by typing <c>git clone git://git.overlays.gentoo.org/proj/devmanual.git</c>.
 </p>
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-05-09 11:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-09 15:22 [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2020-05-09 11:06 Ulrich Müller
2020-02-28 10:32 Ulrich Müller
2020-02-10 17:31 Ulrich Müller
2020-01-11 17:49 Ulrich Müller
2019-03-19 20:25 Ulrich Müller
2016-09-01 22:31 Göktürk Yüksek
2016-09-01 22:31 Göktürk Yüksek
2015-05-09 15:22 Ulrich Müller
2014-03-15 22:40 Markos Chandras
2014-01-18 19:38 Markos Chandras
2013-05-12 16:03 Markos Chandras
2013-05-12 11:53 Markos Chandras
2013-05-11 19:02 Markos Chandras
2012-11-03 18:35 Richard Freeman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox