SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files
                                                Ezvu (Easy View)
                                                =============
        Ezvu is a tool that helps the developer in analyzing others code in a way that it

converts the entire source files into HTML pages with all the user-defined functions converted to hyper links. This helps the developer/end-user to browse through the code very easily.

This frees a developer from finding for a function's definition in a bunch of source files and he can get at a function's definition just by a click ;)

Ezvu analyzes each 'C' file for a function definition and creates a HTML page for each of the source file.

You can always mail me at sguruprasanna@yahoo.com. Please let me know if you modify or improve this tool.

Using Ezvu


  1. Extract the files from the package you just downloaded.

tar -zxvf ezvu-<version>.tar.gz (for LINUX).

For windows you can use WinZip to extract the files.

2. Get all the .c files of the source you want to browse through under a folder. (Ezvu cannot scan the sub folders. This feature is to be implemented.)

3. Run ezvu (LINUX) or ezvu.exe (windows) specifying the path containing the .c files.

ezvu /home/s.guruprasanna/code (LINUX)

ezvu c:\code (windows)

4. Running ezvu will produce .html file for each .c file in the directory specified as argument.

Happy code browsing :)


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.