1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>ELOG FAQ</title>
<link rev="made" href="mailto:stefan.ritt@psi.ch">
<meta name="author" content="Stefan Ritt">
<meta name="description" content="Home of the Electronic Logbook (ELOG) package">
<meta name="keywords" content="ELOG MIDAS PSI RITT">
<link rel="stylesheet" type="text/css" href="elog.css">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" alink="#ff0000" link="#0000ff" vlink="#800080">
<div class="title">
ELOG Wishlist </div>
<p> </p>
<div class="menu"> Site
map : [<a class="nav" href="index.html">Home</a>]
[<a class="nav" href="userguide.html">User's Guide</a>]
[<a class="nav" href="adminguide.html">Administrator's Guide</a>]
[<a class="nav" href="faq.html">FAQ</a>]
[<a class="nav" href="http://midas.psi.ch/elogs/Forum">Forum</a>]
[Wishlist]
[<a class="nav" href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]
[<a class="nav" href="download.html">Download</a>]
</div>
<p> </p>
<div class="Sub"><i>ELOG
Wishlist</i></div>
<hr> Here are some "<i>wishlist</i>"
items requested by users. I will
work down the list as time permits, starting at the items with the most
votes. You can vote for a feature, or suggest one, by sending me an
email.
<p> </p>
<center>
<table border="1">
<tbody>
<tr>
<th>Feature</th>
<th>Votes</th>
</tr>
<tr>
<td>Implement groups of users</td>
<td>8</td>
</tr>
<tr>
<td>Password expiration</td>
<td>2</td>
</tr>
<tr>
<td>Account expiration</td>
<td>1</td>
</tr>
<tr>
<td>Make attributes which whould be displayd selectable in "Find" page</td>
<td>1</td>
</tr>
<tr>
<td>Convert elog text files into XML files and comma separated files with elconv</td>
<td>1</td>
</tr>
<tr>
<td>Implement multi-line attributes</td>
<td>8</td>
</tr>
<tr>
<td>Derive attribute options from list of entries of another logbook</td>
<td>1</td>
</tr>
<tr>
<td>Specify date format explicitly for substitutions, like $entry date{%Y}</td>
<td>2</td>
</tr>
<tr>
<td>Change attributes of whole thread, like mark a thread "open"or "closed"</td>
<td>4</td>
</tr>
<tr>
<td>Automatic unlocking of entries after a specific time period</td>
<td>1</td>
</tr>
<tr>
<td>Implement PAM authentification under Linux (Which includes LDAP & AFS & Kerberos & ...)</td>
<td>13</td>
</tr>
<tr>
<td>Implement attributes which are math results from others, like <i>att3=att1+att2</i></td>
<td>3</td>
</tr>
<tr>
<td>Show sums of numeric attributes</td>
<td>2</td>
</tr>
<tr>
<td>Let each user choose its language separately</td>
<td>1</td>
</tr>
<tr>
<td>Implement multiple selection boxes</td>
<td>1</td>
</tr>
<tr>
<td>Boolean operators for queries, like "attrib1=a AND not attrib2=b"</td>
<td>1</td>
</tr>
<tr>
<td>Implement "sybolik-link" logbooks such that a (virtual) logbook can "point" to a "real" logbook.
This is useful to have people always submit to the same logbook, when the real logbook changes from
time to time.</td>
<td>1</td>
</tr>
<tr>
<td>Select individual columns for display and printing</td>
<td>2</td>
</tr>
<tr>
<td>"Incremental" options. Have fixed set of global options, and in each logbook
add or remove some of those with <b>+Options = ...</b> or <b>-Options = ...</b></td>
<td>1</td>
</tr>
<tr>
<td>"Include" statement for config file.</b></td>
<td>2</td>
</tr>
<tr>
<td>Use different styles (colors) depending on an attribute</b></td>
<td>1</td>
</tr>
<tr>
<td>Add native IPv6 support</b></td>
<td>1</td>
</tr>
<tr>
<td>Copy new elog entries automatically to other logbooks</b></td>
<td>1</td>
</tr>
<tr>
<td>Extend the search facility to (text) attachments</b></td>
<td>1</td>
</tr>
</tbody>
</table>
</center>
<p>
</p>
<hr>
<div class="footer">
Content by <a class="nav" href="mailto:Stefan.Ritt@psi.ch"> Stefan Ritt</a>,
Web pages by <a class="nav" href="mailto:fredp@mygale.org">Fred Pacquier</a>
- last modified on 31/01/2003 </div>
</body></html>
|