Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bergos/w3-webid
https://github.com/bergos/w3-webid
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bergos/w3-webid
- Owner: bergos
- Created: 2011-08-05T13:25:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-24T23:05:13.000Z (over 13 years ago)
- Last Synced: 2024-12-06T05:16:44.821Z (about 2 months ago)
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
The WebID Mercurial Repo
========================All Invited Experts should have access to it. This should be a good
place to edit the spec before we push it to svn, to put test cases,
and other code.
$ hg clone https://dvcs.w3.org/hg/WebID
$ cd WebID
$ echo "[ui]" >>.hg/hgrc
$ echo "username=${W3C_USERNAME}" >>.hg/hgrc
# edit files
$ hg add ${newfiles}
$ hg commit
$ hg push$ hg pull
Use your W3C username and password.