Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Title: Webpage Localizer Requirements Doc
  2.  
  3. Date: 10/29/10
  4. Version 1.0
  5. Document Owner: Adam Rhodes, adrhodes@uab.edu
  6.  
  7. Revision History:
  8. Version Date Author Comments
  9. ------- ------- -------- --------
  10. 1.0 10/29/10 Adam Rhodes Initial rev
  11.  
  12.  
  13. Synopsis: These are the requirements for version 1 of the Webpage Localizer:
  14.  
  15.  
  16.  
  17. -
  18.  
  19.  
  20.  
  21. I. Non-Functional Requirements
  22.  
  23. -Save all components of the webpage as localized copies
  24. -Reference localized copies in the local copy of the html source
  25. -Use md5 hashing to recognize when a file has already been saved.
  26. -Store files in a directory tree based off the md5 hash.
  27. -Reuse already saved copies via local pointers
  28. -Has to run in a Unix environment
  29. -Has to run in a reasonable amount of time
  30.  
  31.  
  32.  
  33. II. Functional Requirements
  34.  
  35. -Fetch every component of a webpage given a url
  36. -Create a directory to store the hmtl files of the website.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement