cleanup u2u
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
d70bc55b35
commit
9163800377
2 changed files with 58 additions and 42 deletions
30
alt.mdwn
30
alt.mdwn
|
@ -13,3 +13,33 @@ Nachrichten zu finden.
|
|||
### Noch in Vorbereitung
|
||||
* [[Videoüberwachung_vom_öffentlichen_Verkehr_in_der_Schweiz|videoueberwachung_schweiz_oeffentlicher_verkehr]]
|
||||
|
||||
<h2>About this website</h2>
|
||||
<P>This website is managed with git. If you've corrections or improvements,
|
||||
I would be happy to receive them:
|
||||
<h3>View sources</h3>
|
||||
Have a look at
|
||||
<a href="http://git.schottelius.org/?p=netzseiten/unix.schottelius.org;a=summary">gitweb</a>.
|
||||
<h3>Get a local copy</h3>
|
||||
<pre>
|
||||
git clone git://git.schottelius.org/netzseiten/unix.schottelius.org
|
||||
or
|
||||
git clone http://git.schottelius.org/netzseiten/unix.schottelius.org
|
||||
</pre>
|
||||
|
||||
<h3>Submit changes</h3>
|
||||
<pre>
|
||||
server% cd ~/public_html
|
||||
server% git clone --bare git://git.schottelius.org/netzseiten/unix.schottelius.org
|
||||
server% echo 'exec git-update-server-info' > unix.schottelius.org/hooks/post-update
|
||||
server% chmod 0755 djbdns/hooks/post-update
|
||||
|
||||
client% git remote add <i>myserver</i> <i>myserver:/home/$USER/public_html/unix.schottelius.org</i>
|
||||
client% git push <i>myserver</i> master
|
||||
client% export first=nico-u2u-git; export last=schottelius.org; export nico="${first}@${last}"
|
||||
client% echo "Get updates at http://<i>myserver/~$USER/unix.schottelius.org</i>" | \
|
||||
mail -s "Update for unix.schottelius.org" $nico
|
||||
</pre>
|
||||
|
||||
You can also use git-send-email(1) directly.
|
||||
|
||||
|
||||
|
|
70
net/u2u.mdwn
70
net/u2u.mdwn
|
@ -1,7 +1,11 @@
|
|||
<h3>unix 2 unix</h3>
|
||||
[[!meta title="u2u: unix 2 unix"]]
|
||||
|
||||
## unix 2 unix
|
||||
|
||||
the "bring unices together" technical and social project
|
||||
|
||||
---
|
||||
|
||||
<h4>the "bring unices together" technical and social project</h4>
|
||||
<HR>
|
||||
<!-- ######################################################### -->
|
||||
<h2>Motivation</h2>
|
||||
There are many different Unix versions ("Unices") out there today.
|
||||
|
@ -17,8 +21,9 @@ The other motivation is to reduce the gap between different Unices: So
|
|||
a Unix admin can easily use and hack for Unix B, if she only knows Unix A.
|
||||
Thus, if she creates a cool feature for Unix A to speedup the boot process
|
||||
to last only 0.5 seconds, she can submit it to developers of Unix C to Z.
|
||||
<!-- ######################################################### -->
|
||||
<h2>Ideas and status</h2>
|
||||
|
||||
## Ideas
|
||||
|
||||
There are already many ongoing efforts in this direction (see below
|
||||
for examples), but this is a different idea: It's a platform for Unixers
|
||||
|
||||
|
@ -56,16 +61,24 @@ What this project may possibly be able to do is
|
|||
<li>to prevent you from making the same mistakes others did before
|
||||
<li>and to let people create real projects somewhere else.
|
||||
</ul>
|
||||
So, written enough for now:
|
||||
<ul>
|
||||
<li><a href="http://l.schottelius.org/mailman/listinfo/u2u">Subscribe
|
||||
to the mailing list</a>,
|
||||
<li>blame me for this website,
|
||||
<li>tell me that it is
|
||||
(unecessary|has already been done|<<i>insert flame|praise here</i>>)
|
||||
<li>and then let others know, what cool ideas you've in your mind.
|
||||
|
||||
</ul>
|
||||
## Status
|
||||
|
||||
* ***Calling people***
|
||||
|
||||
To make progress and bring Unixers together, there is a need to be known,
|
||||
so more people join and discuss their ideas.
|
||||
|
||||
Remember: This website is just a plattform - you're the one who has to act.
|
||||
|
||||
|
||||
* <a href="http://l.schottelius.org/mailman/listinfo/u2u">Subscribe to the mailing list</a>,
|
||||
|
||||
Otherwise, you may also just
|
||||
|
||||
* blame me for this website,
|
||||
* tell me that it is (unecessary|has already been done|<<i>insert flame|praise here</i>>)
|
||||
* and then let others know, what cool ideas you've in your mind.
|
||||
|
||||
<!-- ######################################################### -->
|
||||
<h2>Examples</h2>
|
||||
|
@ -83,31 +96,4 @@ So, written enough for now:
|
|||
</ul>
|
||||
Do you know about more projects? Add them to this website! See below, how to do it.
|
||||
<!-- ######################################################### -->
|
||||
<h2>About this website</h2>
|
||||
<P>This website is managed with git. If you've corrections or improvements,
|
||||
I would be happy to receive them:
|
||||
<h3>View sources</h3>
|
||||
Have a look at
|
||||
<a href="http://git.schottelius.org/?p=netzseiten/unix.schottelius.org;a=summary">gitweb</a>.
|
||||
<h3>Get a local copy</h3>
|
||||
<pre>
|
||||
git clone git://git.schottelius.org/netzseiten/unix.schottelius.org
|
||||
or
|
||||
git clone http://git.schottelius.org/netzseiten/unix.schottelius.org
|
||||
</pre>
|
||||
|
||||
<h3>Submit changes</h3>
|
||||
<pre>
|
||||
server% cd ~/public_html
|
||||
server% git clone --bare git://git.schottelius.org/netzseiten/unix.schottelius.org
|
||||
server% echo 'exec git-update-server-info' > unix.schottelius.org/hooks/post-update
|
||||
server% chmod 0755 djbdns/hooks/post-update
|
||||
|
||||
client% git remote add <i>myserver</i> <i>myserver:/home/$USER/public_html/unix.schottelius.org</i>
|
||||
client% git push <i>myserver</i> master
|
||||
client% export first=nico-u2u-git; export last=schottelius.org; export nico="${first}@${last}"
|
||||
client% echo "Get updates at http://<i>myserver/~$USER/unix.schottelius.org</i>" | \
|
||||
mail -s "Update for unix.schottelius.org" $nico
|
||||
</pre>
|
||||
|
||||
You can also use git-send-email(1) directly.
|
||||
[[!tag unix net]]
|
||||
|
|
Loading…
Reference in a new issue