mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-30 20:34:23 +01:00
Restore all reference to sbopkg.
The domain name sbopkg.org will still be used. Development will shift to github. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
012fe85269
commit
93a84d9d47
4 changed files with 28 additions and 2 deletions
|
@ -11,12 +11,19 @@ INTRODUCTION
|
||||||
If you cannot post to the Issue Tracker, there is an #sbopkg channel on
|
If you cannot post to the Issue Tracker, there is an #sbopkg channel on
|
||||||
the freenode IRC network.
|
the freenode IRC network.
|
||||||
|
|
||||||
|
If you cannot post to the Issue Tracker, please consider joining the
|
||||||
|
sbopkg mailing list and post your bug report or feature request
|
||||||
|
there.
|
||||||
|
|
||||||
|
http://sbopkg.org/mailman/listinfo/sbopkg-users
|
||||||
|
|
||||||
As far as hacking on the code, the best thing to do is to checkout
|
As far as hacking on the code, the best thing to do is to checkout
|
||||||
the latest version from git using something like the
|
the latest version from git using something like the
|
||||||
following command:
|
following command:
|
||||||
|
|
||||||
git checkout https://github.com/sbopkg/sbopkg.git
|
git checkout https://github.com/sbopkg/sbopkg.git
|
||||||
|
|
||||||
|
(See http://www.sbopkg.org/devel.php for more information.)
|
||||||
Then contribute patches with something like 'diff -Naurp'.
|
Then contribute patches with something like 'diff -Naurp'.
|
||||||
|
|
||||||
Please try to make each patch do one thing and do it well. Also,
|
Please try to make each patch do one thing and do it well. Also,
|
||||||
|
|
|
@ -57,15 +57,28 @@ GETTING HELP
|
||||||
TODO Things that may be added or modified in the future
|
TODO Things that may be added or modified in the future
|
||||||
contrib/ Additional user-contributed files
|
contrib/ Additional user-contributed files
|
||||||
|
|
||||||
|
If you have read the manuals and the relevant documents and still
|
||||||
|
need help, you may want to join the sbopkg mailing list. Subscribe
|
||||||
|
by sending a mail whose body is "subscribe your-email@address-here"
|
||||||
|
to:
|
||||||
|
|
||||||
|
sbopkg-users-request@sbopkg.org
|
||||||
|
|
||||||
|
or use the web interface:
|
||||||
|
|
||||||
|
http://sbopkg.org/mailman/listinfo/sbopkg-users
|
||||||
|
|
||||||
There is also an IRC channel for sbopkg on Freenode at #sbopkg.
|
There is also an IRC channel for sbopkg on Freenode at #sbopkg.
|
||||||
|
|
||||||
Further information on these and other resources is on the project
|
Further information on these and other resources is on the project
|
||||||
website:
|
website:
|
||||||
|
|
||||||
|
http://sbopkg.org
|
||||||
https://github.com/sbopkg/sbopkg
|
https://github.com/sbopkg/sbopkg
|
||||||
|
|
||||||
Specifically, the documentation page is:
|
Specifically, the documentation page is:
|
||||||
|
|
||||||
|
http://sbopkg.org/docs.php
|
||||||
https://github.com/sbopkg/sbopkg/wiki
|
https://github.com/sbopkg/sbopkg/wiki
|
||||||
|
|
||||||
CONTRIBUTING
|
CONTRIBUTING
|
||||||
|
|
|
@ -10,6 +10,12 @@ or on Slackware -current. If you wish to use these at your own risk,
|
||||||
remove the '.sample' extension and either put them in $QUEUEDIR or set
|
remove the '.sample' extension and either put them in $QUEUEDIR or set
|
||||||
QUEUEDIR to where they are (see sbopkg.conf(5) for details).
|
QUEUEDIR to where they are (see sbopkg.conf(5) for details).
|
||||||
|
|
||||||
|
Additionally, the hope is that user-contributed queues can be shared.
|
||||||
|
Please consider sending a copy of your queuefile(s) to the sbopkg
|
||||||
|
mailing list:
|
||||||
|
|
||||||
|
http://sbopkg.org/mailman/listinfo/sbopkg-users
|
||||||
|
|
||||||
SELECTING ON OR OFF IN DIALOG
|
SELECTING ON OR OFF IN DIALOG
|
||||||
|
|
||||||
If a line starts with an application's name, it will default to 'ON'
|
If a line starts with an application's name, it will default to 'ON'
|
||||||
|
|
|
@ -12,8 +12,8 @@ sbopkg: Sbopkg is a command-line and dialog-based tool to interact with the
|
||||||
sbopkg: SlackBuilds.org repository, a collection of third-party SlackBuild
|
sbopkg: SlackBuilds.org repository, a collection of third-party SlackBuild
|
||||||
sbopkg: scripts to build Slackware packages.
|
sbopkg: scripts to build Slackware packages.
|
||||||
sbopkg:
|
sbopkg:
|
||||||
sbopkg: Homepage: https://github.com/sbopkg/sbopkg
|
sbopkg: Homepage : http://www.sbopkg.org
|
||||||
sbopkg:
|
sbopkg: Development: https://github.com/sbopkg/sbopkg
|
||||||
sbopkg:
|
sbopkg:
|
||||||
sbopkg:
|
sbopkg:
|
||||||
sbopkg:
|
sbopkg:
|
||||||
|
|
Loading…
Add table
Reference in a new issue