Menu

support_markup

zucketto

http://www.w3.org/XML/Activity.html


http://master.dl.sourceforge.net/project/sas008/hg-pages/index.html


http://www.w3.org/TR/REC-xml/

plan de recherche google build xml


https://msdn.microsoft.com/en-us/library/azure/jj151528.aspx

how do you can create project package


utiliser classpath

http://java.developpez.com/faq/java/?page=langage


http://java.developpez.com/faq/java/?page=execution

creer un jar executable



How to build a Linux project

[step1] cvs or svn repo

[step 2] README and INSTALL that should be at the top folder in the downloaded project

[step 3] Some projects provide the build script as a shell script (usually named build.sh).
This is not very frequent, but happens for very old projects and also for new projects
that try to provide a "user friendly" build procedure. If you find such file, try to use it first
(the installation may be placed in a separate script that is usually named install.sh).
If you find these scripts, just run them. Otherwise, proceed to the following steps.

[step 4] configure which also must be present in a project top folder. It is usually a .sh script

[step 5] Search for the file called makefile which may be initially present or appear after you run configure.
If you find it, type the command make.
It should find the make file in the current directory and build the project for you.

[step 6] If there is no configure nor makefile in the project tree,
it may be an ant - powered project with the build.xml file instead.
In this case, type ant in the project root folder.

[step 7] If ant doesn't work either,
try running ./autogen.sh to create the configure and makefile files.
This uses autoconf, automake and libtool to create these files.

[step 8] After you succeeded to compile the makefile - based project, try
make install to place the project files into appropriate locations (to install the project).
The default locations like /usr/lib or /usr/bin are usually only root-writeable,

After the installation succeeds, try to type the short project name. This usually
invokes the newly compiled and installed program which is now ready to use.


shell or not shell
ommands may be embedded in to a PHP script or CGI script placed in project web space.

Allura API (WikiPage)
requests OAuth With Bearer Tokens OAuth 1.0 Application Authorization (Third-Party Apps) APIs at Source

https://sourceforge.net/p/forge/documentation/Allura%20API/

http://crschmidt.net/python/

http://crschmidt.net/semweb/doapamatic/

  • The easiest way to use the API with your own account is to use a bearer token.

https://sourceforge.net/rest/p/logoLand/tickets/35/?access_token=86602fb27356ebdb927f


phpMyAdmin access requires no setup,replace LETTTER in the following URL with the first letter in the project UNIX name. Use your database usernames and passwords for authentication.

https://mysql-s.sourceforge.net/


example de code ..
http://msmtp.sourceforge.net/documentation.html



Utilisation des tickets

  • Commentaires intégrés et abonnements E-mail

L'une des caractéristiques fondamentales de le tracker est que chaque billet est sa propre liste mini-mailing. En fin de compte cette idée vient d'un autre rassemblement bug tracker qui a appelé les listes idée curieux. L'idée est que tout le monde qui édite ou commentaires sur un billet est ajouté à une liste de diffusion (avec quelqu'un qui souscrit à ce billet). Cette liste de diffusion est intégré avec les commentaires en page pour ce billet, et il est facile à suivre avec les billets dans différents trackers qui vous intéressent.

Si vous avez votre adresse e-mail mis en place dans votre compte SourceForge, vous serez automatiquement abonné à tout billet vous modifiez.

Vous pouvez également cliquer sur le lien d'abonnement (e-mail icon) sur ne importe quelle page de billet pour vous inscrire / désinscrire de la liste de diffusion de tout billet.

Si vous souhaitez vous abonner à chaque changement / chaque commentaire dans l'ensemble, il ya un autre suiveur abonner lien tout en haut de la page mail tracker.

Soutien formatage intégré Markdown-Style

Comme le Wiki, la discussion, et tous les autres nouveaux outils de forge, vous pouvez utiliser la syntaxe markdown pour créer riche formatage du texte de billets ou commentaires sur les billets. Pour plus d'informations sur l'utilisation de la syntaxe markdown, consultez notre guide de syntaxe Markdown.

Création et édition de billets

Avec les autorisations nécessaires, vous pouvez créer un nouveau billet en utilisant le lien Créer ticket dans la barre latérale gauche. Ensuite, remplissez un titre, tous les champs appropriés, et une description de problème.

Si vous souhaitez modifier la description ou les champs de billetterie principale sur un billet existant (à nouveau, en supposant autorisations appropriées), sélectionnez le bouton Modifier dans le coin supérieur droit d'un billet. Cette vue est similaire à la nouvelle vue de billets, sauf qu'il ne affiche aucun nouveau texte ticket d'aide, et il ya un espace au bas de fournir un commentaire pour le modifier.

Si vous voulez juste faire avancer discussion sur un billet, il suffit d'utiliser le champ de commentaire à la base.

Les billets peuvent également être créés et modifiés à l'aide du [Allura API].


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.