summaryrefslogtreecommitdiff
path: root/DeveloperNotes.mdwn
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 10:45:05 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 10:45:05 +0300
commitbdf8c99aa1b84d391a025bcc074a654ff83df9cd (patch)
treee98a565f91039ec661f3272de9f6b07ef7b468c3 /DeveloperNotes.mdwn
parenta1d3d80e3f08419e8a2c574ad9320a35d4b6db8c (diff)
cleanup & sort out DeveloperNotes
Diffstat (limited to 'DeveloperNotes.mdwn')
-rw-r--r--DeveloperNotes.mdwn49
1 files changed, 18 insertions, 31 deletions
diff --git a/DeveloperNotes.mdwn b/DeveloperNotes.mdwn
index 78da787..f52b694 100644
--- a/DeveloperNotes.mdwn
+++ b/DeveloperNotes.mdwn
@@ -1,33 +1,20 @@
+## Making Releases
-# Developer Notes
-
-Unsorted (and unverified) developer notes for Telepathy:
-
-* [[Telepathy buildbot|http://buildbot.telepathy.im]]: Automated compilation and testing
- * If something's up with the buildbot, nag _sjoerd_ or _kov_ on `#telepathy` to fix it.
-* [[Streamed Media|Streamed Media]]
-* [[Tubes|Tubes]]
-* [[Tutorial|Tutorial]]: an introduction to Telepathy and D-Bus basics
-* [[Language Bindings|LanguageBindings]]
-* [[File Formats|File Formats]]: specification for Telepathy's file formats
-* [[Recipes|Recipes]]: how to accomplish various tasks with the Telepathy API
-* For developers interested in Telepathy within KDE, the [[Techbase Project Page|http://techbase.kde.org/Projects/Telepathy]] provides more information.
-* [[Specification TODO|Specification TODO]]
-* [[DBus Rapid Application Development enablers research project|DBusRAD]]
-* [[Gabble TODO|Gabble TODO]]
-* [[Gabble XEP|Gabble XEP]]
-* [[Release Checklist|Release Checklist]]: things to do when making a release
-* [[GabbleReleaseBlockers|GabbleReleaseBlockers]] and [[SalutReleaseBlockers|SalutReleaseBlockers]]
-* [[Versions of various Telepathy components currently in several Linux distributions|http://people.collabora.co.uk/~cassidy/tp-versions.html]]
-* [[Folks|Folks]]: the high-level library for manipulating people
-
-### Miscellany
-
-* [[Suggestions|Suggestions]]
-* [[Python Example|Python Example]] is a very simple, unpractical example of doing things with Telepathy in Python
-* [[DTube Tutorial|DTube Tutorial]] is a tutorial (and example) for doing one-to-one D-Tubes
-* [[Perl Example|Perl Example]] is a very simple, unpractical implementation of [[Python Example|Python Example]] in Perl
-* [[Telepathy and other Projects|Telepathy and other Projects]]: try to list integration of Telepathy in other projects
-* [[Usage_Scenarios|Usage_Scenarios]]
-* [[Telepathy/Empathy BOF at GCDS 2009|Telepathy/Empathy BOF at GCDS 2009]] \ No newline at end of file
+* [[DeveloperNotes/Release Checklist]]: things to do when making a release
+* [[DeveloperNotes/Release Names]]: information about release names
+* [[DeveloperNotes/NameSuggestions]]: suggestions for new component names
+* [Release blocker bugs](http://bugs.freedesktop.org/buglist.cgi?query_format=advanced&product=Telepathy&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker)
+
+## Making Reviews
+
+* [[DeveloperNotes/Portability]]
+
+## Porting
+
+* [[DeveloperNotes/Windows]]
+* [[DeveloperNotes/MacOsX]]
+
+## Meetings
+
+* [[DeveloperNotes/Empathy BOF at GCDS 2009]]