<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer3%3AWeb_Presence</id>
	<title>Slicer3:Web Presence - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer3%3AWeb_Presence"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Web_Presence&amp;action=history"/>
	<updated>2026-07-13T05:55:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Web_Presence&amp;diff=3460&amp;oldid=prev</id>
		<title>Marianna: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Web_Presence&amp;diff=3460&amp;oldid=prev"/>
		<updated>2008-05-15T17:50:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 17:50, 15 May 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Marianna</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Web_Presence&amp;diff=3459&amp;oldid=prev</id>
		<title>Zack: /* Counting Downloads */</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Web_Presence&amp;diff=3459&amp;oldid=prev"/>
		<updated>2007-10-02T13:38:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Counting Downloads&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Infrastructure work to support a uniform Slicer web presence. &lt;br /&gt;
Work building on [http://www.na-mic.org/Wiki/index.php/AHM_2006:ProjectsSlicer3WebPresence AHM 2006 Project Slicer3 Web Presence]&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* counting number of downloads of Slicer binaries&lt;br /&gt;
* record user information as they agree to abide by the Slicer license agreement&lt;br /&gt;
* integrated download page that will provide links to binary Slicer packages, for nightly builds, developer snapshots, and official releases&lt;br /&gt;
&lt;br /&gt;
== Counting Downloads ==&lt;br /&gt;
&lt;br /&gt;
We need the ability to report number of unique Slicer binaries downloaded per month and per grant year, per release version, as well as aggregate numbers. &lt;br /&gt;
Needed for grant reporting. The old method involved examining the flat files written as output from the Slicer license agreement web form and counting numbers of discrete entries by hand. &lt;br /&gt;
&lt;br /&gt;
Current page: http://websrv.bwh.harvard.edu/usage/na-mic-usage/ &lt;br /&gt;
&lt;br /&gt;
Do we need to parse the apache download logs directly or use multiple configuration files for [http://www.mrunix.net/webalizer/ Webalizer]?&lt;br /&gt;
&lt;br /&gt;
Inspiration page: [https://simtk.org/project/stats/?group_id=91 SimTK download statistics] and [https://simtk.org/project/stats/usagemap.php?group_id=91 SimTK geography of use].&lt;br /&gt;
&lt;br /&gt;
Publications data base download page implemented at http://www.na-mic.org/Special:Publications with admin interface to see the [http://www.na-mic.org/Special:PubDB_Stats Download statistics].&lt;br /&gt;
&lt;br /&gt;
From Ron 12 Sept 2007:&lt;br /&gt;
   Don't over report! (missing 1% is okay)&lt;br /&gt;
   No duplicate downloads.&lt;br /&gt;
   Disclose the method by which we are counting (report to NIH).&lt;br /&gt;
&lt;br /&gt;
'''Update''': I have modified the download scripts to start counting downloads.  The results are stored in a MySQL database on na-mic1.  Here is how I'm going to proceed from this point:&lt;br /&gt;
#I'm will create a new page that displays how many times Slicer3 has been downloaded within a given period of time.&lt;br /&gt;
#I will improve the appearance of the downloads section per Ron's request&lt;br /&gt;
#Work on generating a nightly package of Slicer3 using CPack&lt;br /&gt;
&lt;br /&gt;
[[User:Zack|Zack]] 09:38, 2 October 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
== License Agreement ==&lt;br /&gt;
&lt;br /&gt;
We need to record some basic information from users so we have a record of their agreeing to the Slicer license agreement. Needed for grant reporting in conjunction with download counting.&lt;br /&gt;
&lt;br /&gt;
Current page: [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl]&lt;br /&gt;
&lt;br /&gt;
The original license form was written as an HTML form that submitted data to a perl script that would verify the form entries and then write the user information to a series of flat files, one per month. &lt;br /&gt;
&lt;br /&gt;
The move to use Wiki2Web for the Slicer web pages complicates the issue, as the form has to be translated into a MediaWiki page that will translate to the final web page and still work. From Nicole 3 Aug 2007:&lt;br /&gt;
  &lt;br /&gt;
  Marianna and I were working on the Slicer License form this afternoon, trying to get it working within the wiki to web framework, and  &lt;br /&gt;
  we've hit a major roadblock.&lt;br /&gt;
  Mediawiki isn't rendering the html form tag, it's printing it out as text.&lt;br /&gt;
  From looking at&lt;br /&gt;
  http://meta.wikimedia.org/wiki/Help:Inputbox&lt;br /&gt;
  it seems like we could install an extension to get certain pre-defined input boxes, but&lt;br /&gt;
  a) we can't get the example to work (following the installation instructions)&lt;br /&gt;
  b) once we get the example to work, a new extension will have to be written in PHP to support the license form.&lt;br /&gt;
&lt;br /&gt;
== Download Page ==&lt;br /&gt;
&lt;br /&gt;
Current page: [http://www.na-mic.org/Slicer/Download/ http://www.na-mic.org/Slicer/Download/]&lt;br /&gt;
&lt;br /&gt;
Needs to be integrated into the Wiki2Web framework in such a way that supports automatic uploads from nightly builds, developer snapshot uploads, as well as automatic downloads of Windows prebuilt binary sub-packages during the building of Slicer.&lt;br /&gt;
&lt;br /&gt;
From Andy 4 Jun 2007:&lt;br /&gt;
  You could also create a MediaWiki extension for downloading files.&lt;br /&gt;
  Then you can use W2W to write text around the page, but use the extension to give you the list of files.&lt;br /&gt;
&lt;br /&gt;
From Ron 12 Sept 2007:&lt;br /&gt;
  Try progressive drop down menus, that will navigate you to the proper slicer version that you wish &lt;br /&gt;
  (ie latest release for your platform, or a release from a specific date)&lt;br /&gt;
  Goal: www.slicer.org/Download, click through the license, then see the drop down menus&lt;br /&gt;
  Major requirement: has to be '''very''' easy to use, no barriers for first time users.&lt;br /&gt;
  Needs to have same look and feel as the rest of the slicer.org pages&lt;br /&gt;
&lt;br /&gt;
== Team Members ==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin&lt;br /&gt;
* Zack Galbreath&lt;br /&gt;
* SPL system administrators&lt;/div&gt;</summary>
		<author><name>Zack</name></author>
		
	</entry>
</feed>