From Fedora Project Wiki

(→‎General: Never mind...!)
m (→‎General: fix link)
Line 32: Line 32:


* [http://www.changedetection.com/ ChangeDetection]  can be used to track any page for changes: http://www.changedetection.com/monitor.html
* [http://www.changedetection.com/ ChangeDetection]  can be used to track any page for changes: http://www.changedetection.com/monitor.html
* Bookmarklet for most browsers (Konqueror users, add this to Tools->Minitools) <pre>
* Bookmarklet for most browsers (Konqueror users, add this to Tools-> Minitools)  
<pre>
javascript:void(window.location='http://www.changedetection.com/detect.html?url='+escape(window.location)+'&email='+escape('your@email.here'))
javascript:void(window.location='http://www.changedetection.com/detect.html?url='+escape(window.location)+'&email='+escape('your@email.here'))
</pre> (I couldn't convince Wiki to make a right-clickable normal link of the above, sorry)
</pre>
 
(I couldn't convince Wiki to make a right-clickable normal link of the above, sorry)


* http://www.linux.com/feature/132197 - Automatically watching Web sites for changes.
* http://www.linux.com/feature/132197 - Automatically watching Web sites for changes.

Revision as of 12:03, 10 November 2008

Tracking Upstream

FEver

You can use PackageMaintainers/FEver - Fedora upstream tracking system.

File releases

Security

Other distributions

Useful for cross-checking fixes etc.

General

javascript:void(window.location='http://www.changedetection.com/detect.html?url='+escape(window.location)+'&email='+escape('your@email.here'))

(I couldn't convince Wiki to make a right-clickable normal link of the above, sorry)

References