From: Andrea S. <asc...@us...> - 2005-08-12 12:35:53
|
Update of /cvsroot/expressions/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20261 Modified Files: stories.tex Log Message: added section with list of possible features Index: stories.tex =================================================================== RCS file: /cvsroot/expressions/docs/stories.tex,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stories.tex 5 Apr 2005 16:05:51 -0000 1.1 --- stories.tex 12 Aug 2005 12:35:32 -0000 1.2 *************** *** 2,5 **** --- 2,8 ---- % $Log$ + % Revision 1.2 2005/08/12 12:35:32 aschweer + % added section with list of possible features + % % Revision 1.1 2005/04/05 16:05:51 aschweer % converted user stories document from docbook to latex *************** *** 142,144 **** --- 145,208 ---- expressions programs. + \section{Features} + \label{sec:features} + \emph{This section should probably reworked, and it will very probably + change once someone actually writes Section~\ref{sec:stories}\dots} + + This section lists some features that the four persons in + Section~\ref{sec:personas} might find useful in the expressions + programs. For each feature, the persons benefiting from it are listed + \emph{(once someone feels like doing that)}. + + \begin{itemize} + \item blog directly from cell phone (using GPRS) + \item blog directly from PDA (using Internet through cable, bluetooth, + infrared, wireless lan) + \item blog directly from desktop/laptop computer + \item start blog entry on cell phone, publish via bluetooth/infrared + through desktop/laptop computer (with/without editing it on the desktop/laptop) + \item start blog entry on PDA, publish via bluetooth/infrared + through desktop/laptop computer (with/without editing it on the desktop/laptop) + \item start blog entry on laptop/desktop; save it and publish it at a + later point in time (with/without editing it again before publishing + it) + \item start blog entry on laptop, transfer it via bluetooth/infrared + to cell phone/PDA, publish it from there (with/without editing it on + the cell phone/PDA) + \item have offline copies of all entries on all devices + \item insert current location into current blog entry (no matter which device) + \begin{itemize} + \item how to determine the current location? could be from attached + GPS; manually entered coordinates obtained from external GPS or + wherever; ESSID(s) of available wireless network(s); manually + entered description, \dots + \item how to represent locations? could be raw coordinates (if + available); textual description (``at home''); link to map (using + coordinates), \dots + \end{itemize} + \item insert currently played song into current blog entry + \item assign categories to current blog entry + \begin{itemize} + \item based on categories of own old blog entries that are similar + \item based on own/others' del.icio.us tags of posted links + \item based on technorati tags of entries containing the same links + \end{itemize} + \item insert links to own old entries that are similar + \item trackback to own or others' referenced blog entries + \item create new post based on templates + \begin{itemize} + \item structured blogging (structuredblogging.org) -- for example reviews + \item microformats (microformats.org) -- for example events or contact + information + \end{itemize} + \item show blog entries that are similar to currently edited (new) or + currently viewed (old) entry + \item retrieve old entries based on location, time, tags, or other + metadata + \item when viewing old entry, display own entries linked from it and + linking to it (``idea history''; see also http://www.lukew.com/ff/entry.asp?99) + \item include images when writing an entry (on all devices) and upload + it to blog + \end{itemize} + \end{document} |